VirtualBox

Changeset 1597

Show
Ignore:
Timestamp:
03/21/07 15:06:24 (2 years ago)
Author:
vboxsync
Message:

extended assertion

Files:

Legend:

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

    r1359 r1597  
    563563#ifdef IN_GC 
    564564                /* Safety check (in theory it could cross a page boundary and fault there though) */ 
    565                 AssertReturn(pParam1 == (RTGCPTR)pvFault, VERR_EM_INTERPRETER); 
     565                AssertMsgReturn(pParam1 == (RTGCPTR)pvFault, ("%VGv != %VGv\n", pParam1, pvFault), VERR_EM_INTERPRETER); 
    566566#endif 
    567567                rc = emRamWrite(pVM, pParam1, &valpar1, param1.size); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy