Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP_Scripting: fixed float register save/restore in setjmp/longjmp #134

Conversation

loki077
Copy link
Contributor

@loki077 loki077 commented May 15, 2024

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

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
@robertlong13 robertlong13 merged commit 3f83f31 into CxPilot May 16, 2024
62 checks passed
@robertlong13 robertlong13 deleted the feature/SW-193-lua-exception-ap-scripting-fixed-hard-fault-pr-27056-cx-pilot-5-2 branch May 16, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants