Revision: 3488
Author: [email protected]
Date: Thu Dec 17 22:58:45 2009
Log: added else
http://code.google.com/p/v8/source/detail?r=3488

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

=======================================
--- /branches/bleeding_edge/src/ia32/disasm-ia32.cc     Thu Dec 17 22:38:12 2009
+++ /branches/bleeding_edge/src/ia32/disasm-ia32.cc     Thu Dec 17 22:58:45 2009
@@ -1049,7 +1049,7 @@
                             NameOfXMMRegister(regop),
                             NameOfXMMRegister(rm));
              data++;
-          } if (*data == 0x57) {
+          } else if (*data == 0x57) {
              data++;
              int mod, regop, rm;
              get_modrm(*data, &mod, &regop, &rm);

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to