relax assert in emitcon

This commit is contained in:
Quentin Carbonneaux 2026-05-01 19:40:10 +02:00
parent f36c06c3ee
commit 84516c7484

View File

@ -199,7 +199,7 @@ emitcon(Con *con, E *e)
assert(!T.apple);
fprintf(e->f, "%%fs:%s%s@tpoff", p, l);
} else {
assert(con->sym.type == SGlo);
assert((con->sym.type & ~SExt) == SGlo);
fprintf(e->f, "%s%s", p, l);
}
if (con->bits.i)