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

Can I use 32-bit cells on 64-bit only processors? #74

Open
qoor opened this issue Mar 4, 2022 · 0 comments
Open

Can I use 32-bit cells on 64-bit only processors? #74

qoor opened this issue Mar 4, 2022 · 0 comments

Comments

@qoor
Copy link

qoor commented Mar 4, 2022

I tried to compile the Pawn compiler with PAWN_CELL_SIZE is 32 on Apple M1 Series chip, But it doesn't compiled and ran. Because amx_Callback and some other features require that cell size is same or more than function pointer size.

Is there have any way to use 32-bit cells(build the compiler and run it) on 64-bit only(like Apple M1 Series) architectures? Or the 32-bit cells only available when 32-bit compiled Pawn compiler?

@qoor qoor changed the title Is the compiler can use 32-bit cells on 64-bit only processors? Can I use 32-bit cells on 64-bit only processors? Mar 4, 2022
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