VirtualBox

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


Ignore:
Timestamp:
Jun 15, 2012 4:03:37 PM (12 years ago)
Author:
vboxsync
Message:

illegal opcode

File:
1 edited

Legend:

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

    r41744 r41761  
    393393        ||  (   pOp->uOpcode == OP_ILLUD2
    394394             && (pCpu->fPrefix & DISPREFIX_LOCK)))
    395     {
    396 
    397     }
     395        PUT_SZ("Illegal opcode");
     396        //cchOutput += RTStrPrintf(pszDst, cchDst, "Illegal opcode %.*Rhxs", pCpu->cbInstr, pCpu->abInstr);
    398397    else
    399398    {
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