diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-08-22 13:52:02 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-08-22 13:52:02 -0700 |
commit | 9f2043eaad9b014f9f9d093cc0bd2137af543de1 (patch) | |
tree | 54e0413829d304f281b733eef288d6b14e268e77 /assemble.c | |
parent | db3f71bc67cbb383629b41afebec100c6762d874 (diff) | |
download | nasm-9f2043eaad9b014f9f9d093cc0bd2137af543de1.tar.gz nasm-9f2043eaad9b014f9f9d093cc0bd2137af543de1.tar.bz2 nasm-9f2043eaad9b014f9f9d093cc0bd2137af543de1.zip |
assemble.c: remove stray debugging code
My bad for checking this in at all.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'assemble.c')
-rw-r--r-- | assemble.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |