- Timestamp:
- May 27, 2009 10:06:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r19999 r20063 1121 1121 * This page now serves as an alias for the backing memory specified. 1122 1122 */ 1123 LogFlow(("PGMHandlerPhysicalPageAlias: %RGp (%R[pgmpage]) alias for % HGp\n",1123 LogFlow(("PGMHandlerPhysicalPageAlias: %RGp (%R[pgmpage]) alias for %RHp\n", 1124 1124 GCPhysPage, pPage, HCPhysPageRemap)); 1125 1125 PGM_PAGE_SET_HCPHYS(pPage, HCPhysPageRemap);
Note:
See TracChangeset
for help on using the changeset viewer.