projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3f71b
)
assemble.c: remove stray debugging code
author
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 22 Aug 2011 20:52:02 +0000
(13:52 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 22 Aug 2011 20:52:02 +0000
(13:52 -0700)
My bad for checking this in at all.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
assemble.c
patch
|
blob
|
history
diff --git
a/assemble.c
b/assemble.c
index
500719f
..
5a50e19
100644
(file)
--- 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.