VirtualBox

Changeset 14681

Show
Ignore:
Timestamp:
11/27/08 03:08:28 (1 month ago)
Author:
vboxsync
Message:

PGMAllBth.h: assertion text.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy