VirtualBox

Changeset 20195 in vbox


Ignore:
Timestamp:
Jun 2, 2009 2:20:32 PM (16 years ago)
Author:
vboxsync
Message:

Assertions added

File:
1 edited

Legend:

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

    r20192 r20195  
    27232723    if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_PGM_SYNC_CR3 | VMCPU_FF_PGM_SYNC_CR3_NON_GLOBAL))
    27242724    {
     2725        Assert(pVCpu->em.s.enmState != EMSTATE_WAIT_SIPI);
    27252726        int rc = PGMSyncCR3(pVCpu, pCtx->cr0, pCtx->cr3, pCtx->cr4, VMCPU_FF_ISSET(pVCpu, VMCPU_FF_PGM_SYNC_CR3));
    27262727        if (RT_FAILURE(rc))
     
    35413542            &&  !HWACCMR3IsEventPending(pVM))
    35423543        {
     3544            Assert(pVCpu->em.s.enmState != EMSTATE_WAIT_SIPI);
    35433545            if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC))
    35443546            {
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