1
0
Fork 0
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:
Stefan Lankes 2016-09-22 18:36:24 +02:00
parent a885c99cf2
commit 58d96cee2a

View file

@ -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