diff options
Diffstat (limited to 'sysdeps/libm-i387/s_remquo.S')
-rw-r--r-- | sysdeps/libm-i387/s_remquo.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_remquo.S b/sysdeps/libm-i387/s_remquo.S index 252bf2678a..8ada191771 100644 --- a/sysdeps/libm-i387/s_remquo.S +++ b/sysdeps/libm-i387/s_remquo.S @@ -13,7 +13,7 @@ ENTRY(__remquo) fstsw %ax sahf jp 1b - fstpl %st(1) + fstp %st(1) /* Compute the congruent of the quotient. */ movl %eax, %ecx shrl $8, %eax |