Changeset 9831 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Feb 21, 2003, 9:50:26 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r9827 r9831 1 /* $Id: exceptions.cpp,v 1.6 8 2003-02-19 12:18:06 sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.69 2003-02-21 08:50:26 sandervl Exp $ */ 2 2 3 3 /* … … 1243 1243 } 1244 1244 BOOL ret = map->commitPage(offset, fWriteAccess); 1245 map->Release() 1246 if(ret == TRUE) ;1245 map->Release(); 1246 if(ret == TRUE) 1247 1247 goto continueexecution; 1248 1248
Note:
See TracChangeset
for help on using the changeset viewer.