VirtualBox

Changeset 60894 in vbox for trunk/src


Ignore:
Timestamp:
May 9, 2016 1:40:42 PM (9 years ago)
Author:
vboxsync
Message:

HMSVMR0: Ignore APIC+PIC FFs when singlestepping.

File:
1 edited

Legend:

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

    r60874 r60894  
    26662666        }
    26672667    }
    2668     else if (VMCPU_FF_IS_PENDING(pVCpu, (VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC)))
     2668    else if (   VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC)
     2669             && !pVCpu->hm.s.fSingleInstruction)
    26692670    {
    26702671        /*
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