Changeset 21663 for trunk/testapp/exceptions
- Timestamp:
- Jul 5, 2011, 7:53:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/exceptions/seh/crash.c
r21660 r21663 91 91 printf("In foo(%d)...\n", code); 92 92 93 if (code == 5)93 if (code == 2) 94 94 { 95 95 throw_EXCEPTION_INT_DIVIDE_BY_ZERO();
Note:
See TracChangeset
for help on using the changeset viewer.