fix failure to flush stderr when fflush(0) is called
[musl] / src / math / i386 / remainderl.s
index 0097872..b41518e 100644 (file)
@@ -4,7 +4,7 @@ remainderl:
        fldt 16(%esp)
        fldt 4(%esp)
 1:     fprem1
-       fstsw %ax
+       fnstsw %ax
        sahf
        jp 1b
        fstp %st(1)