add aarch64/bits/mman.h with PROT_BTI from linux v5.8
[musl] / src / math / x32 / fmodl.s
index b951320..c3f790c 100644 (file)
@@ -4,7 +4,7 @@ fmodl:
        fldt 24(%esp)
        fldt 8(%esp)
 1:     fprem
-       fstsw %ax
+       fnstsw %ax
        testb $4,%ah
        jnz 1b
        fstp %st(1)