/ status.s (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes

#if !defined (LONG_DOUBLE)

        .globl  __status87

        .text

        .align  2, 0x90

/ unsigned _status87 (void)

__status87:
        xor     %eax, %eax              / Clear upper 16 bits
        fstsww  %ax
        ret

#endif
