qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 42ecd05b7fe8512f1624873010b988e48d6431b5
parent f4da7d9ccfac4b2f3eb9b1483bfb731acb22f14a
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri, 15 Apr 2016 13:44:53 -0400

fix relic error message

Diffstat:
Mparse.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parse.c b/parse.c @@ -784,7 +784,7 @@ parsefn(int export) ps = parseline(ps); while (ps != PEnd); if (!curb) - err("empty file"); + err("empty function"); if (curb->jmp.type == JXXX) err("last block misses jump"); curf->mem = vnew(0, sizeof curf->mem[0]);