Changeset 48370 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 6, 2013 6:28:00 PM (11 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r48329 r48370 4012 4012 4013 4013 if ( rc == VINF_EM_HALT 4014 && EM ShouldContinueAfterHalt(pVCpu, pCtx))4014 && EMMonitorWaitShouldContinue(pVCpu, pCtx)) 4015 4015 { 4016 4016 rc = VINF_SUCCESS; -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48369 r48370 8953 8953 8954 8954 if ( rc == VINF_EM_HALT 8955 && EM ShouldContinueAfterHalt(pVCpu, pMixedCtx))8955 && EMMonitorWaitShouldContinue(pVCpu, pMixedCtx)) 8956 8956 { 8957 8957 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.