Changeset 21950 for trunk/include/_ras.h
- Timestamp:
- Jan 24, 2012, 11:35:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/_ras.h
r21916 r21950 308 308 #endif 309 309 310 #if 0 311 310 312 // 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 311 315 312 316 #define RasDebugInt3() RasBreakPoint(__FILE__, __FUNCTION__, __LINE__, 0, 0, 0) … … 328 332 329 333 #define DebugInt3 RasDebugInt3 334 335 #endif 330 336 331 337 #else
Note:
See TracChangeset
for help on using the changeset viewer.