VirtualBox

Changeset 14681 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 27, 2008 2:08:28 AM (16 years ago)
Author:
vboxsync
Message:

PGMAllBth.h: assertion text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r14677 r14681  
    16101610
    16111611    SHWPDE          PdeDst   = *pPdeDst;
    1612     Assert(PdeDst.n.u1Present);
     1612    AssertMsg(PdeDst.n.u1Present, ("%p=%llx\n", pPdeDst, (uint64_t)PdeDst.u));
    16131613    PPGMPOOLPAGE    pShwPage = pgmPoolGetPageByHCPhys(pVM, PdeDst.u & SHW_PDE_PG_MASK);
    16141614
     
    18761876    PdeDst = pPDDst->a[iPDDst];
    18771877# endif
    1878     AssertMsg(PdeDst.n.u1Present, ("#llx\n", (uint64_t)PdeDst.u));
     1878    AssertMsg(PdeDst.n.u1Present, ("%#llx\n", (uint64_t)PdeDst.u));
    18791879    PPGMPOOLPAGE    pShwPage = pgmPoolGetPageByHCPhys(pVM, PdeDst.u & SHW_PDE_PG_MASK);
    18801880    PSHWPT pPTDst = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);
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