VirtualBox

Changeset 32173 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 1, 2010 11:37:08 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65456
Message:

Corrected assertion

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r32171 r32173  
    21202120    EMSTATE enmCurState = pVCpu->em.s.enmState;
    21212121
    2122     TMR3NotifyResume(pVM, pVCpu);  /* Stop the virtual time. */
     2122    TMR3NotifyResume(pVM, pVCpu);  /* Resume the virtual time. */
    21232123    pVCpu->em.s.enmState     = pVCpu->em.s.enmPrevState;
    21242124    pVCpu->em.s.enmPrevState = enmCurState;
  • trunk/src/VBox/VMM/PGMSavedState.cpp

    r32159 r32173  
    30903090
    30913091                /* Update pVM->pgm.s.GCPhysCR3. */
    3092                 Assert(pVCpu->pgm.s.GCPhysCR3 == NIL_RTGCPHYS);
     3092                Assert(pVCpu->pgm.s.GCPhysCR3 == NIL_RTGCPHYS || FTMIsDeltaLoadSaveActive(pVM));
    30933093                RTGCPHYS GCPhysCR3 = CPUMGetGuestCR3(pVCpu);
    30943094                if (    pVCpu->pgm.s.enmGuestMode == PGMMODE_PAE
Note: See TracChangeset for help on using the changeset viewer.

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