mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
standardize error message
This commit is contained in:
parent
f938fccd2b
commit
e3356b23d5
@ -184,7 +184,7 @@ static void
|
||||
emit(short op, Ref to, Ref arg0, Ref arg1)
|
||||
{
|
||||
if (curi == insb)
|
||||
diag("emit (spill.c): out of memory");
|
||||
diag("spill: too many instructions");
|
||||
*--curi = (Ins){op, to, {arg0, arg1}};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user