Changeset 13311
- Timestamp:
- 10/16/08 00:06:50 (3 months ago)
- Files:
-
- trunk/include/iprt/assert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/assert.h
r13306 r13311 283 283 #if (defined(IN_RING0) && !defined(IN_RING0_AGNOSTIC)) \ 284 284 && (defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS)) 285 # define RTAssertDoPanic() RTR0AssertPanicSystem 285 # define RTAssertDoPanic() RTR0AssertPanicSystem() 286 286 #else 287 287 # define RTAssertDoPanic() RTAssertDebugBreak()

