Changeset 14501 in vbox
- Timestamp:
- Nov 24, 2008 2:22:21 AM (16 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r14496 r14501 399 399 { "AssertMsg1", (void *)UNWIND_WRAP(AssertMsg1) }, 400 400 { "AssertMsg2", (void *)AssertMsg2 }, /** @todo replace this by RTAssertMsg2V */ 401 #if defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) 402 { "RTR0AssertPanicSystem", (void *)RTR0AssertPanicSystem }, 403 #endif 404 #if defined(RT_OS_DARWIN) 405 { "RTAssertMsg1", (void *)RTAssertMsg1 }, 406 { "RTAssertMsg2", (void *)RTAssertMsg2 }, 407 { "RTAssertMsg2V", (void *)RTAssertMsg2V }, 408 #endif 401 409 }; 402 410 -
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r14496 r14501 449 449 { "AssertMsg1", 0xefef003a }, 450 450 { "AssertMsg2", 0xefef003b }, 451 { "RTAssertMsg1", 0xefef003c }, 452 { "RTAssertMsg2", 0xefef003d }, 453 { "RTAssertMsg2V", 0xefef003e }, 451 454 }; 452 455
Note:
See TracChangeset
for help on using the changeset viewer.