arm64: Preserve FPU registers in setjmp/longjmp and arch_context_swap.

Change-Id: If0ca2ecbfa45b663dab39d1e9cb2562f071c3b27
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5268
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: David Karoly <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
milek7
2022-05-29 18:51:32 +00:00
committed by waddlesplash
parent 444980deb1
commit d5f2742d1f
4 changed files with 29 additions and 5 deletions
@@ -10,7 +10,8 @@
struct arch_thread {
uint64 regs[13]; // x19-x30, sp
uint64 regs[13]; // x19-x30, sp
uint64 fp_regs[8]; // d8-d15
};
struct arch_team {