VirtualBox

Changeset 18433 in vbox


Ignore:
Timestamp:
Mar 28, 2009 2:11:45 AM (16 years ago)
Author:
vboxsync
Message:

PGMPhys.cpp: fixed type cast in same assert msg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r18432 r18433  
    21342134            AssertLogRelMsgReturn(PGM_PAGE_GET_TYPE(pPage) == PGMPAGETYPE_RAM,
    21352135                                  ("%RGp (%R[pgmpage]) isn't a RAM page - registering %RGp-%RGp (%s).\n",
    2136                                    pRam->GCPhys + ((RTGCPTR)(uintptr_t)(pPage - &pRam->aPages[0]) << PAGE_SHIFT),
     2136                                   pRam->GCPhys + ((RTGCPHYS)(uintptr_t)(pPage - &pRam->aPages[0]) << PAGE_SHIFT),
    21372137                                   pPage, GCPhys, GCPhysLast, pszDesc), VERR_PGM_RAM_CONFLICT);
    21382138            Assert(PGM_PAGE_IS_ZERO(pPage));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette