VirtualBox

Changeset 9132 in vbox


Ignore:
Timestamp:
May 26, 2008 4:07:50 PM (17 years ago)
Author:
vboxsync
Message:

More verbose assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmReg.cpp

    r9131 r9132  
    630630            pParamVal->size   = sizeof(uint16_t);
    631631            pParamVal->val.val16 = (uint16_t)pParam->parval;
    632             Assert(pParamVal->size == pParam->size || ((pParam->size == 1) && (pParam->flags & USE_IMMEDIATE16_SX8)) );
     632            AssertMsg(pParamVal->size == pParam->size || ((pParam->size == 1) && (pParam->flags & USE_IMMEDIATE16_SX8)), ("pParamVal->size %d vs %d EIP=%VGv\n", pParamVal->size, pParam->size, pCtx->eip) );
    633633        }
    634634        else
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