Changeset 19146 in vbox for trunk/src/VBox
- Timestamp:
- Apr 23, 2009 2:59:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMReq.cpp
r19141 r19146 648 648 */ 649 649 if (pUVM->pVM) 650 VMCPU_FF_SET(pVCpu, VM _FF_REQUEST);650 VMCPU_FF_SET(pVCpu, VMCPU_FF_REQUEST); 651 651 /* @todo: VMR3NotifyFFU*/ 652 652 AssertFailed(); … … 694 694 */ 695 695 if (pUVM->pVM) 696 VMCPU_FF_SET(pVCpu, VM _FF_REQUEST);696 VMCPU_FF_SET(pVCpu, VMCPU_FF_REQUEST); 697 697 /* @todo: VMR3NotifyFFU*/ 698 698 AssertFailed(); … … 857 857 PVMCPU pVCpu = &pUVM->pVM->aCpus[enmDest]; 858 858 859 VMCPU_FF_CLEAR(pVCpu, VM _FF_REQUEST);859 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_REQUEST); 860 860 } 861 861 }
Note:
See TracChangeset
for help on using the changeset viewer.