VirtualBox

Changeset 4563

Show
Ignore:
Timestamp:
09/06/07 11:57:12 (1 year ago)
Author:
vboxsync
Message:

Add a release log message when PGMPhysGCPhys2HCPtr fails

Files:

Legend:

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

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy