Changeset 10066 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 1, 2008 10:16:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r10018 r10066 623 623 { 624 624 pVMCB->ctrl.u64NestedPagingCR3 = PGMGetNestedCR3(pVM, PGMGetHostMode(pVM)); 625 Assert(pVMCB->ctrl.u64NestedPagingCR3); 625 626 pVMCB->guest.u64CR3 = pCtx->cr3; 626 627 } … … 1361 1362 1362 1363 Assert(pVM->hwaccm.s.fNestedPaging); 1363 1364 1364 Log(("Nested page fault at %VGv cr2=%VGp error code %x\n", pCtx->rip, uFaultAddress, errCode)); 1365 1365 /* Exit qualification contains the linear address of the page fault. */
Note:
See TracChangeset
for help on using the changeset viewer.