From 9f2043eaad9b014f9f9d093cc0bd2137af543de1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 22 Aug 2011 13:52:02 -0700 Subject: [PATCH] assemble.c: remove stray debugging code My bad for checking this in at all. Signed-off-by: H. Peter Anvin --- assemble.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assemble.c b/assemble.c index 500719f6..5a50e198 100644 --- a/assemble.c +++ b/assemble.c @@ -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. -- 2.11.4.GIT