Changeset 805 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Sep 2, 1999, 10:57:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r730 r805 1 /* $Id: exceptions.cpp,v 1.1 8 1999-08-28 19:33:44 sandervlExp $ */1 /* $Id: exceptions.cpp,v 1.19 1999-09-02 20:56:48 phaller Exp $ */ 2 2 3 3 /* … … 1007 1007 USHORT sel = GetFS(); 1008 1008 1009 SetExceptionChain(val); 1009 SetExceptionChain(val); 1010 1010 SetFS(sel); 1011 1011 } … … 1032 1032 PWINEXCEPTION_FRAME orgframe; 1033 1033 APIRET rc; 1034 ULONGULONG 1034 ULONGULONG_W timerval; 1035 1035 1036 1036 DisableFPUExceptions();
Note:
See TracChangeset
for help on using the changeset viewer.