Changeset 20927 in vbox for trunk/src/VBox/VMM/PDMDevHlp.cpp
- Timestamp:
- Jun 25, 2009 11:41:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDevHlp.cpp
r20881 r20927 2375 2375 (PFNRT)VMR3PowerOff, 1, pVM); 2376 2376 AssertRC(rc); 2377 /* Set the VCPU state to stopped here as well to make sure no 2378 * inconsistency with the EM state occurs. 2379 */ 2380 VMCPU_SET_STATE(VMMGetCpu(pVM), VMCPUSTATE_STOPPED); 2377 2381 rc = VINF_EM_OFF; 2378 2382 }
Note:
See TracChangeset
for help on using the changeset viewer.