- Timestamp:
- Oct 19, 2021 11:55:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r91852 r91853 5692 5692 return VMSetError(pVM, VERR_PGM_PHYS_INVALID_PAGE_ID, RT_SRC_POS, "GCPhys=%RGp idPage=%#x", GCPhys, pPage); 5693 5693 } 5694 #ifdef VBOX_WITH_ PGM_NEM_MODE5694 #ifdef VBOX_WITH_NATIVE_NEM 5695 5695 const RTHCPHYS HCPhysPrev = PGM_PAGE_GET_HCPHYS(pPage); 5696 5696 #endif
Note:
See TracChangeset
for help on using the changeset viewer.