GLX: Fix assembly stubs for x32
This fixes the GLX assembly stubs on x32.
x32 uses (I think?) the same code to find the global entrypointFunctions
array, but the assembly code needs to calculate an offset using 32-bit pointers, not 64-bit.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This fixes the GLX assembly stubs on x32.
x32 uses (I think?) the same code to find the global entrypointFunctions
array, but the assembly code needs to calculate an offset using 32-bit pointers, not 64-bit.