Changeset 20151 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
- Timestamp:
- May 29, 2009 12:40:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r20068 r20151 1774 1774 * clear the whole thing. 1775 1775 */ 1776 rc = pgmPoolSyncCR3(pV M);1776 rc = pgmPoolSyncCR3(pVCpu); 1777 1777 if (rc != VINF_SUCCESS) 1778 1778 return rc; … … 1833 1833 #ifdef IN_RING3 1834 1834 if (rc == VINF_PGM_SYNC_CR3) 1835 rc = pgmPoolSyncCR3(pV M);1835 rc = pgmPoolSyncCR3(pVCpu); 1836 1836 #else 1837 1837 if (rc == VINF_PGM_SYNC_CR3)
Note:
See TracChangeset
for help on using the changeset viewer.