improve error message
This commit is contained in:
parent
3b3032ee55
commit
ce3cf1741d
|
@ -1465,7 +1465,7 @@ codegen(codegen_state *state, pic_value obj)
|
|||
cxt->clen++;
|
||||
return;
|
||||
}
|
||||
pic_errorf(pic, "codegen: unknown AST type");
|
||||
pic_errorf(pic, "codegen: unknown AST type ~s", obj);
|
||||
}
|
||||
|
||||
static struct pic_irep *
|
||||
|
|
Loading…
Reference in New Issue