VirtualBox

Changeset 20806 in vbox


Ignore:
Timestamp:
Jun 23, 2009 8:09:26 AM (15 years ago)
Author:
vboxsync
Message:

Update

File:
1 edited

Legend:

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

    r20805 r20806  
    675675        }
    676676    }
    677     else if (   pReq->idDstCpu != VMCPUID_ANY  /* for a specific VMCPU? */
    678              && (   !pUVCpu                    /* and it's not the current thread. */
     677    else if (   pReq->idDstCpu != VMCPUID_ANY   /* for a specific VMCPU? */
     678             && pReq->idDstCpu != VMCPUID_OTHER
     679             && (   !pUVCpu                     /* and it's not the current thread. */
    679680                 || pUVCpu->idCpu != pReq->idDstCpu))
    680681    {
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