VirtualBox

Changeset 16862 in vbox for trunk


Ignore:
Timestamp:
Feb 17, 2009 4:39:13 PM (16 years ago)
Author:
vboxsync
Message:

Assertion added

File:
1 edited

Legend:

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

    r16860 r16862  
    517517        CPUMPushHyper(pVM, RCPtrEP);                    /* Call EIP. */
    518518        CPUMSetHyperEIP(pVM, pVM->vmm.s.pfnCallTrampolineRC);
     519        Assert(CPUMGetHyperCR3(pVM) && CPUMGetHyperCR3(pVM) == PGMGetHyperCR3(pVM));
    519520
    520521        for (;;)
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