commit d419274b04defd483edf1ea178a1d975f3b9f6f2
parent 7ff4186aa88118a0f3a7bcd2762db82d09a33bbc
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Mon, 29 Feb 2016 11:28:07 -0500
revert buggy test in memory refs emission
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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;