Update.
[platform/upstream/glibc.git] / sysdeps / i386 / fpu / s_nearbyint.S
index 65ce4f7..d8bb382 100644 (file)
@@ -12,7 +12,7 @@ ENTRY(__nearbyint)
        pushl   %ecx
        fnstcw  (%esp)
        movl    (%esp), %eax
-       andl    $~0x20, %eax
+       orl     $0x20, %eax
        movl    %eax, 4(%esp)
        fldcw   4(%esp)
        frndint