Return that the call was actually generated successfully if it was...

This commit is contained in:
Wolfgang Bumiller 2012-07-04 15:02:55 +02:00
parent 001420a7ef
commit 88f2238699

2
ir.c
View file

@ -2263,7 +2263,7 @@ tailcall:
if (code_statements_add(stmt) < 0)
return false;
}
return false;
return true;
}
if (instr->opcode == INSTR_STATE) {