mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix typo in emit
This commit is contained in:
parent
c416da5a70
commit
4a52182ed7
2
emit.c
2
emit.c
@ -351,7 +351,7 @@ emitins(Ins i, Fn *fn, FILE *f)
|
||||
/* this linear search should really be a binary
|
||||
* search */
|
||||
if (omap[o].op == NOp)
|
||||
die("not match for %d(%d)", i.op, i.cls);
|
||||
die("no match for %d(%d)", i.op, i.cls);
|
||||
if (omap[o].op == i.op)
|
||||
if (omap[o].cls == i.cls
|
||||
|| (omap[o].cls == Ki && KBASE(i.cls) == 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user