VirtualBox

Changeset 2017 in vbox for trunk


Ignore:
Timestamp:
Apr 10, 2007 4:24:00 PM (18 years ago)
Author:
vboxsync
Message:

more verbose assertion

File:
1 edited

Legend:

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

    r2010 r2017  
    689689#ifdef IN_GC
    690690                /* Safety check (in theory it could cross a page boundary and fault there though) */
    691                 AssertReturn(pParam1 == pvFault, VERR_EM_INTERPRETER);
     691                AssertMsgReturn(pParam1 == pvFault, ("eip=%VGv, pParam1=%VGv pvFault=%VGv\n", pRegFrame->eip, pParam1, pvFault), VERR_EM_INTERPRETER);
    692692#endif
    693693                rc = emRamRead(pVM,  &valpar1, pParam1, 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