Changeset 1221 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Oct 9, 1999, 3:33:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r1200 r1221 1 /* $Id: exceptions.cpp,v 1.2 1 1999-10-08 19:47:26sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.22 1999-10-09 13:33:23 sandervl Exp $ */ 2 2 3 3 /* … … 277 277 int rc; 278 278 279 dprintf(("KERNEL32: RtlUnwind \n"));279 dprintf(("KERNEL32: RtlUnwind %x %x\n", pEndFrame, pRecord)); 280 280 281 281 memset(&context, 0, sizeof(context));
Note:
See TracChangeset
for help on using the changeset viewer.