assemble.c: Comment out debug printing

Probably we need some kind of pr_debug or
something like that instead.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2011-08-23 00:12:50 +04:00
parent 4c78ab3474
commit c4d328c165

View 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,