Changeset 18433 in vbox
- Timestamp:
- Mar 28, 2009 2:11:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/PGMPhys.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r18432 r18433 2134 2134 AssertLogRelMsgReturn(PGM_PAGE_GET_TYPE(pPage) == PGMPAGETYPE_RAM, 2135 2135 ("%RGp (%R[pgmpage]) isn't a RAM page - registering %RGp-%RGp (%s).\n", 2136 pRam->GCPhys + ((RTGCP TR)(uintptr_t)(pPage - &pRam->aPages[0]) << PAGE_SHIFT),2136 pRam->GCPhys + ((RTGCPHYS)(uintptr_t)(pPage - &pRam->aPages[0]) << PAGE_SHIFT), 2137 2137 pPage, GCPhys, GCPhysLast, pszDesc), VERR_PGM_RAM_CONFLICT); 2138 2138 Assert(PGM_PAGE_IS_ZERO(pPage));
Note:
See TracChangeset
for help on using the changeset viewer.

