Changeset 12305 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 9, 2008 3:50:15 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r12121 r12305 69 69 } 70 70 71 /** 72 * Flushes the REM translation blocks the next time we execute code there. 73 * 74 * @param pVM The VM handle. 75 */ 76 EMDECL(void) EMFlushREMTBs(PVM pVM) 77 { 78 pVM->em.s.fREMFlushTBs = true; 79 } 71 80 72 81 #ifndef IN_GC
Note:
See TracChangeset
for help on using the changeset viewer.