Changeset 74790 in vbox for trunk/src/VBox/VMM/VMMR3/FTM.cpp
- Timestamp:
- Oct 12, 2018 10:42:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/FTM.cpp
r69111 r74790 1338 1338 while ((rc = PDMCritSectTryEnter(&pVM->ftm.s.CritSect)) == VERR_SEM_BUSY) 1339 1339 { 1340 if (VM_FF_IS_ PENDING(pVM, VM_FF_EMT_RENDEZVOUS))1340 if (VM_FF_IS_SET(pVM, VM_FF_EMT_RENDEZVOUS)) 1341 1341 { 1342 1342 rc = VMMR3EmtRendezvousFF(pVM, pVCpu); … … 1344 1344 } 1345 1345 1346 if (VM_FF_IS_ PENDING(pVM, VM_FF_REQUEST))1346 if (VM_FF_IS_SET(pVM, VM_FF_REQUEST)) 1347 1347 { 1348 1348 rc = VMR3ReqProcessU(pVM->pUVM, VMCPUID_ANY, true /*fPriorityOnly*/);
Note:
See TracChangeset
for help on using the changeset viewer.