VirtualBox

Changeset 2026 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 11, 2007 12:23:23 PM (18 years ago)
Author:
vboxsync
Message:

more verbose assertion

File:
1 edited

Legend:

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

    r2017 r2026  
    10131013#ifdef IN_GC
    10141014            /* Safety check (in theory it could cross a page boundary and fault there though) */
    1015             AssertReturn(pDest == pvFault, VERR_EM_INTERPRETER);
     1015            AssertMsgReturn(pDest == pvFault, ("eip=%VGv pDest=%VGv pvFault=%VGv\n", pRegFrame->eip, pDest, pvFault), VERR_EM_INTERPRETER);
    10161016#endif
    10171017            rc = emRamWrite(pVM, pDest, &val32, param2.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