mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
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:
parent
4c78ab3474
commit
c4d328c165
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user