Changeset 42698 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 8, 2012 11:36:52 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r42480 r42698 772 772 case VINF_EM_DBG_HYPER_ASSERTION: 773 773 RTPrintf("\nVINF_EM_DBG_HYPER_ASSERTION:\n%s%s\n", VMMR3GetRZAssertMsg1(pVM), VMMR3GetRZAssertMsg2(pVM)); 774 RTLogFlush(NULL); 774 775 rc = DBGFR3EventAssertion(pVM, DBGFEVENT_ASSERTION_HYPER, VMMR3GetRZAssertMsg1(pVM), VMMR3GetRZAssertMsg2(pVM)); 775 776 break;
Note:
See TracChangeset
for help on using the changeset viewer.