AngelScript-JIT-Compiler
AngelScript-JIT-Compiler copied to clipboard
Fix issues with function calls on x64
- Fix issue with overwriting contents of object pointer with return value
- Fix issue with overwriting contents of [this] when calling a "thiscall" function that has a pre-allocated return value space in the AngelScript stack (rdx was not set to the correct AngelScript stack location)