• Henri Verbeet's avatar
    ntdll: Don't throw masked FPU exceptions. · 03468a4f
    Henri Verbeet authored
    When an FPU exception is masked the appropriate flag in the status
    word will still be set, so get_fpu_code() should mask the exception
    flags in the status word with the exception flags in the control word.
    03468a4f
signal_i386.c 59.9 KB