Changeset 22764 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 4, 2009 9:02:46 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22760 r22764 4725 4725 * @param GCPhys Guest physical address of the page to flush 4726 4726 */ 4727 VMMDECL(void) PGMPoolFlushPage(PVM pVM, RTGCPHYS GCPhys)4727 void pgmPoolFlushPageByGCPhys(PVM pVM, RTGCPHYS GCPhys) 4728 4728 { 4729 4729 #ifdef PGMPOOL_WITH_CACHE
Note:
See TracChangeset
for help on using the changeset viewer.