Changeset 13112 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 9, 2008 9:22:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r13111 r13112 1190 1190 RTHCPHYS GCPhys; 1191 1191 1192 AssertMsg(pVM->hwaccm.s.vmx.GCPhysEPTP == PGMGetHyperCR3(pVM), ("%VHp vs %VHp\n , pVM->hwaccm.s.vmx.GCPhysEPTP, PGMGetHyperCR3(pVM)));1192 AssertMsg(pVM->hwaccm.s.vmx.GCPhysEPTP == PGMGetHyperCR3(pVM), ("%VHp vs %VHp\n", pVM->hwaccm.s.vmx.GCPhysEPTP, PGMGetHyperCR3(pVM))); 1193 1193 GCPhys = pVM->hwaccm.s.vmx.GCPhysEPTP; 1194 1194
Note:
See TracChangeset
for help on using the changeset viewer.