diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-29 11:28:07 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-29 11:28:07 -0500 |
commit | d419274b04defd483edf1ea178a1d975f3b9f6f2 (patch) | |
tree | 28b8358a981dbd54a6d1082da80758291e71c5d8 /lisc/emit.c | |
parent | 7ff4186aa88118a0f3a7bcd2762db82d09a33bbc (diff) | |
download | roux-d419274b04defd483edf1ea178a1d975f3b9f6f2.tar.gz |
revert buggy test in memory refs emission
Diffstat (limited to 'lisc/emit.c')
-rw-r--r-- | lisc/emit.c | 1 |
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; |