pawn icon indicating copy to clipboard operation
pawn copied to clipboard

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

Open qoor opened this issue 3 years ago • 0 comments

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 avatar Mar 04 '22 14:03 qoor