From c4d328c165570e861395eab0bcd5331988318c00 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Tue, 23 Aug 2011 00:12:50 +0400 Subject: [PATCH] assemble.c: Comment out debug printing Probably we need some kind of pr_debug or something like that instead. Signed-off-by: Cyrill Gorcunov --- assemble.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assemble.c b/assemble.c index 790bb12..500719f 100644 --- a/assemble.c +++ b/assemble.c @@ -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, -- 2.7.4