mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
do not print null offsets
This commit is contained in:
parent
eae16f56eb
commit
ebaec26046
@ -257,6 +257,7 @@ 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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user