VirtualBox

Ignore:
Timestamp:
Jul 8, 2008 12:55:14 PM (16 years ago)
Author:
vboxsync
Message:

More verbose assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r10358 r10362  
    9494#ifdef IN_RING0
    9595    int rc = PGMPhysReadGCPtr(pVM, pDest, pSrc, cb);
    96     AssertRC(rc);
     96    AssertMsgRC(rc, ("PGMPhysReadGCPtr failed for pSrc=%VGv cb=%x\n", pSrc, cb));
    9797#else
    9898    if (!PATMIsPatchGCAddr(pVM, pSrc))
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