assemble.c: Comment out debug printing
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 22 Aug 2011 20:12:50 +0000 (00:12 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 22 Aug 2011 20:12:50 +0000 (00:12 +0400)
Probably we need some kind of pr_debug or
something like that instead.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c

index 790bb12..500719f 100644 (file)
@@ -2274,8 +2274,10 @@ static enum ea_type process_ea(operand * input, ea * output, int bits,
                 int32_t o = input->offset;
                 int mod, scale, index, base;
 
+#if 0
                 printf("bt = %x, bx = %x, it = %x, ix = %x, s = %d\n",
                        bt, bx, it, ix, s);
+#endif
 
                 /*
                  * For a vector SIB, one has to be a vector and the other,