VirtualBox

Changeset 10066 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 1, 2008 10:16:38 AM (17 years ago)
Author:
vboxsync
Message:

Paranoid assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r10018 r10066  
    623623        {
    624624            pVMCB->ctrl.u64NestedPagingCR3  = PGMGetNestedCR3(pVM, PGMGetHostMode(pVM));
     625            Assert(pVMCB->ctrl.u64NestedPagingCR3);
    625626            pVMCB->guest.u64CR3             = pCtx->cr3;
    626627        }
     
    13611362
    13621363        Assert(pVM->hwaccm.s.fNestedPaging);
    1363 
    13641364        Log(("Nested page fault at %VGv cr2=%VGp error code %x\n", pCtx->rip, uFaultAddress, errCode));
    13651365        /* Exit qualification contains the linear address of the page fault. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette