Revision: 16752
Author:   [email protected]
Date:     Tue Sep 17 09:09:44 2013 UTC
Log:      Fix typo in x64 disassembler.

[email protected]

Review URL: https://codereview.chromium.org/23902039
http://code.google.com/p/v8/source/detail?r=16752

Modified:
 /branches/bleeding_edge/src/x64/disasm-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/disasm-x64.cc Wed Sep 4 08:42:43 2013 UTC +++ /branches/bleeding_edge/src/x64/disasm-x64.cc Tue Sep 17 09:09:44 2013 UTC
@@ -93,7 +93,7 @@
   { 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" },

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to