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