Changeset 2233 in vbox
- Timestamp:
- Apr 19, 2007 2:28:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r2096 r2233 1198 1198 LogFlow(("vmR3PowerOff: pVM=%p\n", pVM)); 1199 1199 1200 /** @todo there is still a problem here so we have to ignore the second poweroff */ 1201 if (pVM->enmVMState == VMSTATE_OFF) 1202 return VINF_EM_OFF; 1203 1200 1204 /* 1201 1205 * Validate input.
Note:
See TracChangeset
for help on using the changeset viewer.