Changeset 65245 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Jan 11, 2017 1:03:42 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r62478 r65245 70 70 #ifdef IN_RC 71 71 RTStrPrintf(g_szRTAssertMsg1, sizeof(pVM->vmm.s.szRing0AssertMsg1), 72 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x\n", enmOperation, uArg, pVCpu->idCpu); 72 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x cCallRing3Disabled=%#x\n", 73 enmOperation, uArg, pVCpu->idCpu, pVCpu->vmm.s.cCallRing3Disabled); 73 74 #endif 74 75 RTStrPrintf(pVM->vmm.s.szRing0AssertMsg1, sizeof(pVM->vmm.s.szRing0AssertMsg1), 75 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x\n", enmOperation, uArg, pVCpu->idCpu); 76 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x cCallRing3Disabled=%#x\n", 77 enmOperation, uArg, pVCpu->idCpu, pVCpu->vmm.s.cCallRing3Disabled); 76 78 enmOperation = VMMCALLRING3_VM_R0_ASSERTION; 77 79 }
Note:
See TracChangeset
for help on using the changeset viewer.