| Index: src/x64/disasm-x64.cc
|
| diff --git a/src/x64/disasm-x64.cc b/src/x64/disasm-x64.cc
|
| index 9984a46307dec9f6a1d512f4f64fe30b5c637d6c..a1b019a45034903548b81b080b4486f7390be735 100644
|
| --- a/src/x64/disasm-x64.cc
|
| +++ b/src/x64/disasm-x64.cc
|
| @@ -93,7 +93,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, "movsxl" },
|
| { 0x84, BYTE_REG_OPER_OP_ORDER, "test" },
|
| { 0x85, REG_OPER_OP_ORDER, "test" },
|
| { 0x86, BYTE_REG_OPER_OP_ORDER, "xchg" },
|
|
|