Changeset 21824 for branches/gcc-kmk/src/kernel32/exceptutil.asm
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/exceptutil.asm
r21791 r21824 284 284 EXTRN _GetThreadTEB@0:PROC 285 285 IFDEF DEBUG 286 EXTRN DbgEnabledKERNEL32:DWORD286 EXTRN _DbgEnabledKERNEL32:DWORD 287 287 ENDIF 288 288 … … 367 367 ; 299 dprintf(("KERNEL32: Calling handler at %p code=%lx flags=%lx\n", 368 368 IFDEF DEBUG 369 cmp word ptr DbgEnabledKERNEL32+020h,01h369 cmp word ptr _DbgEnabledKERNEL32+020h,01h 370 370 jne @BLBL20 371 371 mov eax,[ebp+08h]; record … … 392 392 IFDEF DEBUG 393 393 ; 302 dprintf(("KERNEL32: Handler returned %lx\n", ret)); 394 cmp word ptr DbgEnabledKERNEL32+020h,01h394 cmp word ptr _DbgEnabledKERNEL32+020h,01h 395 395 jne @BLBL21 396 396 push dword ptr [ebp-010h]; ret
Note:
See TracChangeset
for help on using the changeset viewer.