pawn-lang / compiler

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS
Other
301 stars 71 forks source link

Big endian fixes #718

Open Zeex opened 1 year ago

Zeex commented 1 year ago

What this PR does / why we need it:

Just a couple of small fixes for compiling and running on big-endian systems e.g. MIPS.

One commit addresses a compilation error in amxdbg, another one adds a missing piece of code in amx_Init() to initialize the libraries table similar to the other tables.

Which issue(s) this PR fixes:

Fixes #

What kind of pull this is:

Additional Documentation: