Changeset 14755 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Nov 28, 2008 2:58:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r14681 r14755 3167 3167 Assert(pPDSrc); 3168 3168 # if !defined(IN_RC) && !defined(VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0) 3169 Assert(PGMPhysGCPhys2 HCPtrAssert(pVM, (RTGCPHYS)(cr3 & GST_CR3_PAGE_MASK), sizeof(*pPDSrc)) ==pPDSrc);3169 Assert(PGMPhysGCPhys2R3PtrAssert(pVM, (RTGCPHYS)(cr3 & GST_CR3_PAGE_MASK), sizeof(*pPDSrc)) == (RTR3PTR)pPDSrc); 3170 3170 # endif 3171 3171 # endif /* PGM_GST_TYPE == PGM_TYPE_32BIT */
Note:
See TracChangeset
for help on using the changeset viewer.