mirror of
git://c9x.me/qbe.git
synced 2026-05-26 15:34:41 +00:00
relax assert in emitcon
This commit is contained in:
parent
f36c06c3ee
commit
84516c7484
@ -199,7 +199,7 @@ emitcon(Con *con, E *e)
|
|||||||
assert(!T.apple);
|
assert(!T.apple);
|
||||||
fprintf(e->f, "%%fs:%s%s@tpoff", p, l);
|
fprintf(e->f, "%%fs:%s%s@tpoff", p, l);
|
||||||
} else {
|
} else {
|
||||||
assert(con->sym.type == SGlo);
|
assert((con->sym.type & ~SExt) == SGlo);
|
||||||
fprintf(e->f, "%s%s", p, l);
|
fprintf(e->f, "%s%s", p, l);
|
||||||
}
|
}
|
||||||
if (con->bits.i)
|
if (con->bits.i)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user