mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
Disable raising exception, not enabling it.
This commit is contained in:
parent
2136ab5106
commit
8b4be9076a
@ -12,7 +12,7 @@ ENTRY(__nearbyint)
|
||||
pushl %ecx
|
||||
fnstcw (%esp)
|
||||
movl (%esp), %eax
|
||||
andl $~0x20, %eax
|
||||
orl $0x20, %eax
|
||||
movl %eax, 4(%esp)
|
||||
fldcw 4(%esp)
|
||||
frndint
|
||||
|
@ -12,7 +12,7 @@ ENTRY(__nearbyintf)
|
||||
pushl %ecx
|
||||
fnstcw (%esp)
|
||||
movl (%esp), %eax
|
||||
andl $~0x20, %eax
|
||||
orl $0x20, %eax
|
||||
movl %eax, 4(%esp)
|
||||
fldcw 4(%esp)
|
||||
frndint
|
||||
|
@ -12,7 +12,7 @@ ENTRY(__nearbyintl)
|
||||
pushl %ecx
|
||||
fnstcw (%esp)
|
||||
movl (%esp), %eax
|
||||
andl $~0x20, %eax
|
||||
orl $0x20, %eax
|
||||
movl %eax, 4(%esp)
|
||||
fldcw 4(%esp)
|
||||
frndint
|
||||
|
Loading…
Reference in New Issue
Block a user