Skip to content
New issue

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

lj_ccall.c:1192:5: error: use of undeclared identifier 'CCALL_MAXSTACK' #208

Open
pkubaj opened this issue Sep 26, 2023 · 0 comments
Open

Comments

@pkubaj
Copy link

pkubaj commented Sep 26, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant