• Wohoo! Fixed it!

    Turns out it wasn't anything difficult at all. To execute Thumb code the CPU expects the function address to have the bottom bit set - it was as simple as changing E.nativeCall(0, ... to E.nativeCall(1, ....

    I've changed this on the server, and compiled code should work properly!

About

Avatar for Gordon @Gordon started