Changeset 4229 for trunk/src/kernel32/oslibexcept.cpp
- Timestamp:
- Sep 9, 2000, 10:59:55 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibexcept.cpp
r4224 r4229 1 /* $Id: oslibexcept.cpp,v 1. 3 2000-09-08 18:07:50sandervl Exp $ */1 /* $Id: oslibexcept.cpp,v 1.4 2000-09-09 08:59:55 sandervl Exp $ */ 2 2 /* 3 3 * Exception handler util. procedures … … 182 182 case XCPT_UNABLE_TO_GROW_STACK: 183 183 case XCPT_IN_PAGE_ERROR: 184 default: 184 185 SetFS(oldsel); //restore FS 185 186 return FALSE; //let's not dispatch those for now
Note:
See TracChangeset
for help on using the changeset viewer.