Changeset 1464 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Oct 27, 1999, 1:38:12 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r1403 r1464 1 /* $Id: exceptions.cpp,v 1.2 6 1999-10-22 18:07:18 sandervlExp $ */1 /* $Id: exceptions.cpp,v 1.27 1999-10-26 23:38:12 phaller Exp $ */ 2 2 3 3 /* … … 951 951 case XCPT_FLOAT_STACK_CHECK: 952 952 case XCPT_FLOAT_UNDERFLOW: 953 dprintf(("KERNEL32: OS2ExceptionHandler: FPU exception , fix and continue\n"));953 dprintf(("KERNEL32: OS2ExceptionHandler: FPU exception\n")); 954 954 if(fIsOS2Image == FALSE) //Only for real win32 apps 955 955 { … … 961 961 pCtxRec->ctx_stack[0].signexp = 0; 962 962 } 963 dprintf(("KERNEL32: OS2ExceptionHandler: fix and continue\n")); 963 964 return (XCPT_CONTINUE_EXECUTION); 964 965 } 965 else return (XCPT_CONTINUE_SEARCH); 966 else 967 { 968 dprintf(("KERNEL32: OS2ExceptionHandler: continue search\n")); 969 return (XCPT_CONTINUE_SEARCH); 970 } 966 971 967 972 case XCPT_PROCESS_TERMINATE:
Note:
See TracChangeset
for help on using the changeset viewer.