VirtualBox

Changeset 101426 in vbox for trunk/src


Ignore:
Timestamp:
Oct 12, 2023 3:59:58 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159481
Message:

Disassembler: YASM doesn't ICEBP, have to disassemble F1h as a data byte.

File:
1 edited

Legend:

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

    r99220 r101426  
    17551755        return true;
    17561756
     1757    /*
     1758     * YASM doesn't do ICEBP/INT1/INT01, unlike NASM.
     1759     */
     1760    if (pDis->arch.x86.bOpCode == 0xF1)
     1761        return true;
     1762
    17571763    return false;
    17581764}
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