First tiny step towards fixing floating point exception handling.

svn path=/trunk/; revision=57273
This commit is contained in:
Mike Nordell 2012-09-11 06:05:11 +00:00
parent 2d8ccfc5dc
commit a119385d75

View file

@ -297,7 +297,8 @@ KiNpxHandler(IN PKTRAP_FRAME TrapFrame,
}
/* Get legal exceptions that software should handle */
Error &= (FSW_INVALID_OPERATION |
Error &= (FSW_STACK_FAULT |
FSW_INVALID_OPERATION |
FSW_DENORMAL |
FSW_ZERO_DIVIDE |
FSW_OVERFLOW |