Changeset 22476 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 26, 2009 3:24:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EMHwaccm.cpp
r21241 r22476 302 302 /* Try to restart the io instruction that was refused in ring-0. */ 303 303 rc = HWACCMR3RestartPendingIOInstr(pVM, pVCpu, pCtx); 304 if (rc == VINF_SUCCESS )304 if (rc == VINF_SUCCESS || rc == VINF_EM_OFF) 305 305 { 306 306 STAM_COUNTER_INC(&pVCpu->em.s.CTX_SUFF(pStats)->StatIoRestarted);
Note:
See TracChangeset
for help on using the changeset viewer.