mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove obsolete load FPU environment (fldenv)
This commit is contained in:
parent
a885c99cf2
commit
58d96cee2a
1 changed files with 0 additions and 1 deletions
|
@ -439,7 +439,6 @@ getcontext:
|
|||
mov QWORD [rdi + 0x68], rax
|
||||
; save FPU state
|
||||
fnstenv [rdi + 0x74]
|
||||
fldenv [rdi + 0x74]
|
||||
lea rax, [rdi + 0x70]
|
||||
stmxcsr [rax]
|
||||
xor rax, rax
|
||||
|
|
Loading…
Add table
Reference in a new issue