AngelScript-JIT-Compiler icon indicating copy to clipboard operation
AngelScript-JIT-Compiler copied to clipboard

Fix issues with function calls on x64

Open Coder666 opened this issue 3 years ago • 0 comments

  • 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)

Coder666 avatar Oct 17 '22 11:10 Coder666