summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-29 11:28:07 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-29 11:28:07 -0500
commitd419274b04defd483edf1ea178a1d975f3b9f6f2 (patch)
tree28b8358a981dbd54a6d1082da80758291e71c5d8
parent7ff4186aa88118a0f3a7bcd2762db82d09a33bbc (diff)
downloadroux-d419274b04defd483edf1ea178a1d975f3b9f6f2.tar.gz
revert buggy test in memory refs emission
-rw-r--r--lisc/emit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/emit.c b/lisc/emit.c
index a29f178..0ed3296 100644
--- a/lisc/emit.c
+++ b/lisc/emit.c
@@ -257,7 +257,6 @@ Next:
 				m->base = TMP(RBP);
 			}
 			if (m->offset.type != CUndef)
-			if (m->offset.bits.i != 0)
 				emitcon(&m->offset, f);
 			if (req(m->base, R) && req(m->index, R))
 				break;