fix relic error message
This commit is contained in:
parent
f4da7d9ccf
commit
42ecd05b7f
1 changed files with 1 additions and 1 deletions
2
parse.c
2
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]);
|
||||
|
|
Loading…
Add table
Reference in a new issue