Changeset 20195 in vbox
- Timestamp:
- Jun 2, 2009 2:20:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r20192 r20195 2723 2723 if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_PGM_SYNC_CR3 | VMCPU_FF_PGM_SYNC_CR3_NON_GLOBAL)) 2724 2724 { 2725 Assert(pVCpu->em.s.enmState != EMSTATE_WAIT_SIPI); 2725 2726 int rc = PGMSyncCR3(pVCpu, pCtx->cr0, pCtx->cr3, pCtx->cr4, VMCPU_FF_ISSET(pVCpu, VMCPU_FF_PGM_SYNC_CR3)); 2726 2727 if (RT_FAILURE(rc)) … … 3541 3542 && !HWACCMR3IsEventPending(pVM)) 3542 3543 { 3544 Assert(pVCpu->em.s.enmState != EMSTATE_WAIT_SIPI); 3543 3545 if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC)) 3544 3546 {
Note:
See TracChangeset
for help on using the changeset viewer.