Changeset 43950 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 23, 2012 2:35:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r41976 r43950 53 53 && enmOperation != VMMCALLRING3_VM_R0_ASSERTION)) 54 54 { 55 #ifndef IN_RING0 55 56 /* 56 57 * In most cases, it's sufficient to return a status code which … … 65 66 if (enmOperation != VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS) 66 67 return VERR_VMM_RING3_CALL_DISABLED; 68 #endif 67 69 #ifdef IN_RC 68 70 RTStrPrintf(g_szRTAssertMsg1, sizeof(pVM->vmm.s.szRing0AssertMsg1),
Note:
See TracChangeset
for help on using the changeset viewer.