Revision: 3863
Author: [email protected]
Date: Mon Feb 15 23:54:28 2010
Log: Remove printf committed by mistake

Review URL: http://codereview.chromium.org/600126
http://code.google.com/p/v8/source/detail?r=3863

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

=======================================
--- /branches/bleeding_edge/src/ia32/disasm-ia32.cc     Thu Jan 21 04:10:56 2010
+++ /branches/bleeding_edge/src/ia32/disasm-ia32.cc     Mon Feb 15 23:54:28 2010
@@ -1014,7 +1014,6 @@
           int mod, regop, rm;
           get_modrm(*data, &mod, &regop, &rm);
           const char* mnem = NULL;
-          printf("%d\n", regop);
           switch (regop) {
             case 5:  mnem = "subb"; break;
             case 7:  mnem = "cmpb"; break;

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

Reply via email to