Changeset 4229 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Sep 9, 2000, 10:59:55 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r4224 r4229 1 /* $Id: exceptions.cpp,v 1.4 3 2000-09-08 18:07:49sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.44 2000-09-09 08:59:54 sandervl Exp $ */ 2 2 3 3 /* WARNING: Compiling this module with ICC with optimizations turned on */ … … 1076 1076 dprintfException(pERepRec, pERegRec, pCtxRec, p); 1077 1077 dprintf(("KERNEL32: OS2ExceptionHandler: FPU exception\n")); 1078 if( fIsOS2Image == FALSE) //Only for real win32 apps1078 if(!fIsOS2Image && !fExitProcess) //Only for real win32 apps 1079 1079 { 1080 1080 if(OSLibDispatchException(pERepRec, pERegRec, pCtxRec, p) == FALSE) … … 1181 1181 } 1182 1182 #endif 1183 if( fIsOS2Image == FALSE) //Only for real win32 apps1183 if(!fIsOS2Image && !fExitProcess) //Only for real win32 apps 1184 1184 { 1185 1185 if(OSLibDispatchException(pERepRec, pERegRec, pCtxRec, p) == TRUE)
Note:
See TracChangeset
for help on using the changeset viewer.