Changeset 12305 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Sep 9, 2008 3:50:15 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp
r9300 r12305 71 71 Assert(pVM->csam.s.cDirtyPages < CSAM_MAX_DIRTY_PAGES); 72 72 73 /* Flush the recompilers translation block cache as the guest seems to be modifying instructions. */ 74 EMFlushREMTBs(pVM); 75 73 76 pPATMGCState = PATMQueryGCState(pVM); 74 77 Assert(pPATMGCState);
Note:
See TracChangeset
for help on using the changeset viewer.