Changeset 13565 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Oct 24, 2008 5:48:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r13561 r13565 83 83 { 84 84 return pVM->em.s.enmState; 85 }86 87 88 /**89 * Flushes the REM translation blocks the next time we execute code there.90 *91 * @param pVM The VM handle.92 *93 * @todo This doesn't belong here, it should go in REMAll.cpp!94 */95 VMMDECL(void) EMFlushREMTBs(PVM pVM)96 {97 LogFlow(("EMFlushREMTBs\n"));98 pVM->em.s.fREMFlushTBs = true;99 85 } 100 86
Note:
See TracChangeset
for help on using the changeset viewer.