We should also save and restore the MXCSR as on amd64, but detecting

whether the CPU supports SSE or not here is rather odious.
This commit is contained in:
David Schultz 2008-06-28 17:58:06 +00:00
parent 64c2e46650
commit 4110421449
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ ENTRY(___longjmp)
movl 12(%edx),%ebp
movl 16(%edx),%esi
movl 20(%edx),%edi
fninit
fldcw 24(%edx)
testl %eax,%eax
jnz 1f

View File

@ -90,7 +90,6 @@ ENTRY(__longjmp)
movl 12(%edx),%ebp
movl 16(%edx),%esi
movl 20(%edx),%edi
fninit
fldcw 24(%edx)
testl %eax,%eax
jnz 1f