Changeset 3375 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Apr 15, 2000, 12:35:29 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r3172 r3375 1 /* $Id: exceptions.cpp,v 1.3 8 2000-03-20 20:32:40sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.39 2000-04-14 22:35:27 sandervl Exp $ */ 2 2 3 3 /* … … 967 967 pCtxRec->ctx_stack[0].signexp = 0; 968 968 } 969 dprintf(("KERNEL32: OS2ExceptionHandler: fix and continue\n"));969 dprintf(("KERNEL32: OS2ExceptionHandler: fix and continue\n")); 970 970 return (XCPT_CONTINUE_EXECUTION); 971 971 } 972 972 else 973 973 { 974 dprintf(("KERNEL32: OS2ExceptionHandler: continue search\n"));975 return (XCPT_CONTINUE_SEARCH);974 dprintf(("KERNEL32: OS2ExceptionHandler: continue search\n")); 975 return (XCPT_CONTINUE_SEARCH); 976 976 } 977 977
Note:
See TracChangeset
for help on using the changeset viewer.