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.
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: