Changeset 77120 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Feb 1, 2019 3:08:46 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128577
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp
r76553 r77120 68 68 RTR0DECL(void) RTR0AssertPanicSystem(void) 69 69 { 70 ASMBreakpoint();// temp 70 71 panic("%s%s", g_szRTAssertMsg1, g_szRTAssertMsg2); 71 72 }
Note:
See TracChangeset
for help on using the changeset viewer.