Changeset 32 for trunk/src/helpers/except.c
- Timestamp:
- Feb 6, 2001, 7:21:38 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/except.c
r31 r32 435 435 *(pulStackWord+1)); 436 436 pulStackWord = (PULONG)*(pulStackWord); 437 438 if (pulStackWord == 0) 439 fprintf(file, "\n pulStackWord == 0"); 440 else if (pulStackWord >= (PULONG)ptib->tib_pstacklimit) 441 fprintf(file, "\n pulStackWord >= (PULONG)ptib->tib_pstacklimit"); 437 442 } // end while 438 443 } … … 736 741 737 742 if (ptib != 0) 743 { 738 744 excDumpStackFrames(file, ptib, pContextRec); 745 } 739 746 } 740 747 }
Note:
See TracChangeset
for help on using the changeset viewer.