Changeset 22936 in vbox
- Timestamp:
- Sep 10, 2009 11:45:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r22933 r22936 3563 3563 PGMDynMapHCPage(PGM2VM(pPGM), HCPhys & ~(RTHCPHYS)PAGE_OFFSET_MASK, &pv); 3564 3564 # endif 3565 pv = (void *)((uintptr_t)pv | ( HCPhys & PAGE_OFFSET_MASK));3565 pv = (void *)((uintptr_t)pv | ((uintptr_t)HCPhys & PAGE_OFFSET_MASK)); 3566 3566 return pv; 3567 3567 }
Note:
See TracChangeset
for help on using the changeset viewer.