Changeset 14678 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 27, 2008 1:26:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r14149 r14678 157 157 } 158 158 void *pv; 159 int rc = PGMDynMapHCPage(pVM, pPage->Core.Key, &pv);159 int rc = PGMDynMapHCPage(pVM, HCPhys, &pv); 160 160 AssertReleaseRC(rc); 161 161 return pv;
Note:
See TracChangeset
for help on using the changeset viewer.