Changeset 20806 in vbox
- Timestamp:
- Jun 23, 2009 8:09:26 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMReq.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMReq.cpp
r20805 r20806 675 675 } 676 676 } 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. */ 679 680 || pUVCpu->idCpu != pReq->idDstCpu)) 680 681 {
Note:
See TracChangeset
for help on using the changeset viewer.

