Changeset 20637 in vbox
- Timestamp:
- Jun 16, 2009 3:22:10 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48719
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TRPM.cpp
r20633 r20637 1495 1495 } 1496 1496 else 1497 { 1497 1498 AssertRC(rc); 1499 return HWACCMR3IsActive(pVCpu) ? VINF_EM_RESCHEDULE_HWACC : VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */ 1500 } 1498 1501 #else 1499 1502 if (HWACCMR3IsActive(pVM)) … … 1520 1523 1521 1524 /* Fall back to the recompiler */ 1522 return HWACCMR3IsActive(pVCpu) ? VINF_EM_RESCHEDULE_HWACC :VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */1525 return VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */ 1523 1526 } 1524 1527
Note:
See TracChangeset
for help on using the changeset viewer.