- Timestamp:
- Jun 16, 2009 2:15:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TRPM.cpp
r19856 r20633 1520 1520 1521 1521 /* Fall back to the recompiler */ 1522 return VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */1522 return HWACCMR3IsActive(pVCpu) ? VINF_EM_RESCHEDULE_HWACC : VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */ 1523 1523 } 1524 1524
Note:
See TracChangeset
for help on using the changeset viewer.