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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user