assemble.c: remove stray debugging code
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 22 Aug 2011 20:52:02 +0000 (13:52 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 22 Aug 2011 20:52:02 +0000 (13:52 -0700)
My bad for checking this in at all.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
assemble.c

index 500719f..5a50e19 100644 (file)
@@ -2274,11 +2274,6 @@ 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,
                  * if present, a GPR.  The vector must be the index operand.