Changeset 19102 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 22, 2009 10:09:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r19101 r19102 1770 1770 if (pUVM->pVM) 1771 1771 VM_FF_SET(pUVM->pVM, VM_FF_TERMINATE); 1772 VMR3NotifyFFU(pUVM, false);1772 VMR3NotifyFFU(pUVM, true /* fNotifiedREM */); 1773 1773 if (pUVM->aCpus[i].vm.s.EventSemWait != NIL_RTSEMEVENT) /** @todo remove test when we start initializing it! */ 1774 1774 RTSemEventSignal(pUVM->aCpus[i].vm.s.EventSemWait);
Note:
See TracChangeset
for help on using the changeset viewer.