From 4a52182ed7906e7529c0ba5c06ac2d256b970409 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 12 Apr 2016 12:16:42 -0400 Subject: fix typo in emit --- emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emit.c b/emit.c index bbb89c3..3822da4 100644 --- a/emit.c +++ b/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) -- cgit 1.4.1