VirtualBox

Changeset 1597 in vbox for trunk/src


Ignore:
Timestamp:
Mar 21, 2007 2:06:24 PM (18 years ago)
Author:
vboxsync
Message:

extended assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
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