| Index: runtime/vm/disassembler_x64.cc
|
| diff --git a/runtime/vm/disassembler_x64.cc b/runtime/vm/disassembler_x64.cc
|
| index e17c4f0b82542b55f066912efed40bbdf6258615..4af7ba3f07d406fe6205e4d5b3b806b7fd76a3e6 100644
|
| --- a/runtime/vm/disassembler_x64.cc
|
| +++ b/runtime/vm/disassembler_x64.cc
|
| @@ -70,7 +70,7 @@ static const ByteMnemonic two_operands_instr[] = {
|
| { 0x39, OPER_REG_OP_ORDER, "cmp" },
|
| { 0x3A, BYTE_REG_OPER_OP_ORDER, "cmp" },
|
| { 0x3B, REG_OPER_OP_ORDER, "cmp" },
|
| - { 0x63, REG_OPER_OP_ORDER, "movsxlq" },
|
| + { 0x63, REG_OPER_OP_ORDER, "movsxd" },
|
| { 0x84, BYTE_REG_OPER_OP_ORDER, "test" },
|
| { 0x85, REG_OPER_OP_ORDER, "test" },
|
| { 0x86, BYTE_REG_OPER_OP_ORDER, "xchg" },
|
|
|