We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest version (20230911) fails to build on ppc64 / ppc64le:
lj_ccall.c:1192:5: error: use of undeclared identifier 'CCALL_MAXSTACK' CCALL_HANDLE_REGARG /* Handle register arguments. */ ^ lj_ccall.c:441:16: note: expanded from macro 'CCALL_HANDLE_REGARG' if (nsp > CCALL_MAXSTACK) { \ ^
It looks like this is due to 58b4427, which removed CCALL_MAXSTACK.
CCALL_MAXSTACK
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latest version (20230911) fails to build on ppc64 / ppc64le:
It looks like this is due to 58b4427, which removed
CCALL_MAXSTACK
.The text was updated successfully, but these errors were encountered: