VirtualBox

Changeset 68886 in vbox


Ignore:
Timestamp:
Sep 27, 2017 12:18:48 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118148
Message:

VMM/EM: space.

File:
1 edited

Legend:

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

    r67712 r68886  
    19561956            &&  (!rc || rc >= VINF_EM_RESCHEDULE_HM))
    19571957        {
    1958             if (    !VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS)
    1959                 &&  !TRPMHasTrap(pVCpu)) /* an interrupt could already be scheduled for dispatching in the recompiler. */
     1958            if (   !VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS)
     1959                && !TRPMHasTrap(pVCpu)) /* an interrupt could already be scheduled for dispatching in the recompiler. */
    19601960            {
    19611961                bool     fIntrEnabled;
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