VirtualBox

Changeset 4563 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 6, 2007 9:57:12 AM (17 years ago)
Author:
vboxsync
Message:

Add a release log message when PGMPhysGCPhys2HCPtr fails

File:
1 edited

Legend:

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

    r4417 r4563  
    182182    {
    183183        AssertMsgFailed(("PGMPhysGCPhys2HCPtr %VGp - %VGp crosses a chunk boundary!!\n", GCPhys, GCPhys+cbRange));
     184        LogRel(("PGMPhysGCPhys2HCPtr %VGp - %VGp crosses a chunk boundary!!\n", GCPhys, GCPhys+cbRange));
    184185        return VERR_PGM_GCPHYS_RANGE_CROSSES_BOUNDARY;
    185186    }
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