VirtualBox

Changeset 2180 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 18, 2007 2:17:27 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20511
Message:

more verbose assertion

File:
1 edited

Legend:

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

    r2128 r2180  
    13031303    if (VBOX_FAILURE(rc))
    13041304    {
    1305         AssertMsgFailed(("Internal error! cs:eip=%04x:%08x\n", pRegFrame->cs, pRegFrame->eip));
     1305        AssertMsgFailed(("Internal error! cs:eip=%04x:%08x rc=%Vrc\n", pRegFrame->cs, pRegFrame->eip, rc));
    13061306        return VERR_IOM_MMIO_HANDLER_BOGUS_CALL;
    13071307    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette