Changeset 690 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Aug 25, 1999, 4:27:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r678 r690 1 /* $Id: exceptions.cpp,v 1.1 2 1999-08-25 10:28:40sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.13 1999-08-25 14:27:05 sandervl Exp $ */ 2 2 3 3 /* … … 901 901 goto continueFail; 902 902 } 903 map = Win32MemMap::findMap(pERepRec->ExceptionInfo[ 0]);903 map = Win32MemMap::findMap(pERepRec->ExceptionInfo[1]); 904 904 if(map == NULL) { 905 905 goto continueFail;
Note:
See TracChangeset
for help on using the changeset viewer.