VirtualBox

Changeset 19725 in vbox


Ignore:
Timestamp:
May 15, 2009 9:48:06 AM (16 years ago)
Author:
vboxsync
Message:

Logging update

File:
1 edited

Legend:

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

    r19693 r19725  
    126126# ifdef IN_RING0
    127127    int rc = PGMPhysSimpleReadGCPtr(pVCpu, pDest, pSrc, cb);
    128     AssertMsgRC(rc, ("PGMPhysSimpleReadGCPtr failed for pSrc=%RGv cb=%x\n", pSrc, cb));
     128    AssertMsgRC(rc, ("PGMPhysSimpleReadGCPtr failed for pSrc=%RGv cb=%x rc=%d\n", pSrc, cb, rc));
    129129# else /* IN_RING3 */
    130130    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