VirtualBox

Changeset 1987 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 9, 2007 11:16:47 AM (18 years ago)
Author:
vboxsync
Message:

more verbose assertion

File:
1 edited

Legend:

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

    r1986 r1987  
    12391239            /* Safety check. */
    12401240            /** @todo cpu may access two or four bytes */
    1241             AssertReturn(pParam1 == pvFault, VERR_EM_INTERPRETER);
     1241            AssertMsgReturn(pParam1 == pvFault, ("pParam1=%VGv pvFault=%VGv\n", pParam1, pvFault), VERR_EM_INTERPRETER);
    12421242#endif
    12431243            rc = emRamRead(pVM, &valpar1, pParam1, 1);
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