summaryrefslogtreecommitdiff
path: root/assemble.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-08-22 13:52:02 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-08-22 13:52:02 -0700
commit9f2043eaad9b014f9f9d093cc0bd2137af543de1 (patch)
tree54e0413829d304f281b733eef288d6b14e268e77 /assemble.c
parentdb3f71bc67cbb383629b41afebec100c6762d874 (diff)
downloadnasm-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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/assemble.c b/assemble.c
index 500719f..5a50e19 100644
--- a/assemble.c
+++ b/assemble.c
@@ -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.