VirtualBox

Changeset 71341 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 15, 2018 6:13:31 AM (7 years ago)
Author:
vboxsync
Message:

VMM/EM: Todo comment and removed superfluous double negation in EMShouldContinueAfterHalt.

File:
1 edited

Legend:

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

    r70948 r71341  
    268268VMM_INT_DECL(bool) EMShouldContinueAfterHalt(PVMCPU pVCpu, PCPUMCTX pCtx)
    269269{
     270    /** @todo Shouldn't we be checking GIF here? */
    270271    if (pCtx->eflags.Bits.u1IF)
    271         return !!VMCPU_FF_IS_PENDING(pVCpu, (VMCPU_FF_UPDATE_APIC | VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC));
     272        return VMCPU_FF_IS_PENDING(pVCpu, (VMCPU_FF_UPDATE_APIC | VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC));
    272273    return false;
    273274}
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