mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
assemble.c: remove stray debugging code
My bad for checking this in at all. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
db3f71bc67
commit
9f2043eaad
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user