Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_Scripting: fixed float register save/restore in setjmp/longjmp
the register save must happen before the setjmp() call, which means outside of the LUAI_TRY() macro. We also should be saving all 32 floating point registers
- Loading branch information