Changeset 2508 in vbox for trunk/src/VBox
- Timestamp:
- May 4, 2007 6:24:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r2376 r2508 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 1204 1200 /* 1205 1201 * Validate input.
Note:
See TracChangeset
for help on using the changeset viewer.