Changeset 21210 in vbox for trunk/src/VBox/VMM/EMHwaccm.cpp
- Timestamp:
- Jul 3, 2009 3:07:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EMHwaccm.cpp
r21209 r21210 301 301 302 302 /* Try to restart the io instruction that was refused in ring-0. */ 303 rc = HWACCMR3RestartPendingIOInstr(pVM, pVCpu );303 rc = HWACCMR3RestartPendingIOInstr(pVM, pVCpu, pCtx); 304 304 if (rc == VINF_SUCCESS) 305 305 {
Note:
See TracChangeset
for help on using the changeset viewer.