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