VirtualBox

Changeset 103928 in vbox


Ignore:
Timestamp:
Mar 19, 2024 9:27:41 PM (10 months ago)
Author:
vboxsync
Message:

DIS: Correct movzx ambiguity with memory source. Makes 'kmk check' work again.

File:
1 edited

Legend:

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

    r103511 r103928  
    738738                            else PUT_SZ("word "); \
    739739                        } \
     740                        else if (pOp->uOpcode == OP_MOVZX || pOp->uOpcode == OP_MOVSX) \
     741                            PUT_SZ("word "); \
    740742                        break; \
    741743                    case OP_PARM_d: \
     
    754756                            else PUT_SZ("qword "); \
    755757                        } \
    756                        break; \
     758                        break; \
    757759                    case OP_PARM_ps: \
    758760                    case OP_PARM_pd: \
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