VirtualBox

Changeset 9964 in vbox


Ignore:
Timestamp:
Jun 26, 2008 2:55:50 PM (17 years ago)
Author:
vboxsync
Message:

Paranoid assertion

File:
1 edited

Legend:

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

    r9821 r9964  
    872872        /* Save our shadow CR3 register. */
    873873        val = PGMGetHyperCR3(pVM);
     874        Assert(val);
    874875        rc = VMXWriteVMCS(VMX_VMCS_GUEST_CR3, val);
    875876        AssertRC(rc);
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