mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:15:47 +00:00
First tiny step towards fixing floating point exception handling.
svn path=/trunk/; revision=57273
This commit is contained in:
parent
2d8ccfc5dc
commit
a119385d75
1 changed files with 2 additions and 1 deletions
|
@ -297,7 +297,8 @@ KiNpxHandler(IN PKTRAP_FRAME TrapFrame,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get legal exceptions that software should handle */
|
/* Get legal exceptions that software should handle */
|
||||||
Error &= (FSW_INVALID_OPERATION |
|
Error &= (FSW_STACK_FAULT |
|
||||||
|
FSW_INVALID_OPERATION |
|
||||||
FSW_DENORMAL |
|
FSW_DENORMAL |
|
||||||
FSW_ZERO_DIVIDE |
|
FSW_ZERO_DIVIDE |
|
||||||
FSW_OVERFLOW |
|
FSW_OVERFLOW |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue