VirtualBox

Changeset 41872 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Jun 21, 2012 11:39:31 PM (12 years ago)
Author:
vboxsync
Message:

More details (mostly irrelevant, I think).

File:
1 edited

Legend:

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

    r41869 r41872  
    21622162
    21632163    size_t offStrict = disParseInstruction(offInstr, pOp, pDis);
    2164     Assert(offStrict == offRet - 1 || pOp->uOpcode == OP_INVALID);  NOREF(offStrict);   /* the imm8_opcode */
     2164
     2165    AssertMsg(offStrict == offRet - 1  /* the imm8_opcode */ || pOp->uOpcode == OP_INVALID,
     2166              ("offStrict=%#x offRet=%#x uOpCode=%u\n", offStrict, offRet, pOp->uOpcode));
     2167    NOREF(offStrict);
     2168
    21652169    return offRet;
    21662170}
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