Ignore:
Timestamp:
Nov 5, 2009, 12:32:32 AM (16 years ago)
Author:
pasha
Message:

fix debug/nondebug int 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/include/dbgos2.h

    r468 r469  
    2727
    2828#ifdef DEBUG
     29#define DebugInt3() _asm int 3
     30#else
    2931#define DebugInt3() //_asm int 3
    30 #else
    31 #define DebugInt3() _asm int 3
    3232#endif
    3333
Note: See TracChangeset for help on using the changeset viewer.