VirtualBox

Changeset 17589 in vbox


Ignore:
Timestamp:
Mar 9, 2009 4:07:13 PM (16 years ago)
Author:
vboxsync
Message:

More assertions

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r17586 r17589  
    984984
    985985    Log(("PGM: Relocating %s from %RGv to %RGv\n", pMapping->pszDesc, GCPtrOldMapping, GCPtrNewMapping));
    986     Assert(((unsigned)iPDOld << X86_PD_SHIFT) == pMapping->GCPtr);
     986    AssertMsg(((unsigned)iPDOld << X86_PD_SHIFT) == pMapping->GCPtr, ("%RGv vs %RGv\n", ((unsigned)iPDOld << X86_PD_SHIFT) == pMapping->GCPtr));
    987987
    988988    /*
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r17586 r17589  
    994994        return VERR_PAGE_DIRECTORY_PTR_NOT_PRESENT;
    995995    }
     996    AssertMsg(pPdpt->a[iPdPt].u & X86_PDPE_PG_MASK, ("GCPtr=%RGv\n", GCPtr));
    996997
    997998    /* Fetch the pgm pool shadow descriptor. */
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