Changeset 25730 in vbox
- Timestamp:
- Jan 11, 2010 3:29:20 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMReq.cpp
r25728 r25730 637 637 if (RT_FAILURE(rc)) 638 638 return rc; 639 #ifdef VBOX_STRICT 640 for (VMCPUID idCpu = 0; idCpu < pUVM->cCpus; idCpu++) 641 RTSemEventAddSignaller(pReq->EventSem, pUVM->aCpus[idCpu].vm.s.ThreadEMT); 642 #endif 639 643 } 640 644 pReq->fEventSemClear = true; … … 680 684 return rc; 681 685 } 686 #ifdef VBOX_STRICT 687 for (VMCPUID idCpu = 0; idCpu < pUVM->cCpus; idCpu++) 688 RTSemEventAddSignaller(pReq->EventSem, pUVM->aCpus[idCpu].vm.s.ThreadEMT); 689 #endif 682 690 683 691 /*
Note:
See TracChangeset
for help on using the changeset viewer.