Changeset 21950 for trunk/include/_ras.h


Ignore:
Timestamp:
Jan 24, 2012, 11:35:12 PM (14 years ago)
Author:
dmik
Message:

Disable overriding DebugInt3() with RasDebugInt3().

Since RAS is always defined when _ras.h is included this will cause the
override to take place in every source where _ras.h is included. This is
not what we want.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/_ras.h

    r21916 r21950  
    308308#endif
    309309
     310#if 0
     311
    310312// Note: no need to generate int 3 in RAS build, just log the event.
     313// Note 2: disabled for now since RAS is always defined when this file is
     314// included which would unconditioanlly override the normal DebugInt3 behavior
    311315
    312316#define RasDebugInt3() RasBreakPoint(__FILE__, __FUNCTION__, __LINE__, 0, 0, 0)
     
    328332
    329333#define DebugInt3 RasDebugInt3
     334
     335#endif
    330336
    331337#else
Note: See TracChangeset for help on using the changeset viewer.