Changeset 4917 in vbox for trunk/src/VBox/VMM/PGMHandler.cpp
- Timestamp:
- Sep 20, 2007 10:06:48 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24659
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMHandler.cpp
r4787 r4917 180 180 { 181 181 PPGMPHYSHANDLER pCur = (PPGMPHYSHANDLER)pNode; 182 unsigned fFlags = pgmHandlerPhysicalCalcFlags( pCur);182 unsigned fFlags = pgmHandlerPhysicalCalcFlags((PVM)pvUser, pCur); 183 183 PPGMRAMRANGE pRamHint = NULL; 184 184 RTGCPHYS GCPhys = pCur->Core.Key; … … 434 434 for (unsigned iPage = 0; iPage < pCur->cPages; iPage++) 435 435 if (pCur->aPhysToVirt[iPage].offNextAlias & PGMPHYS2VIRTHANDLER_IN_TREE) 436 pgmHandlerVirtualClearPage(p PGM, pCur, iPage);436 pgmHandlerVirtualClearPage(pVM, pPGM, pCur, iPage); 437 437 438 438 /*
Note:
See TracChangeset
for help on using the changeset viewer.