From 88f2238699f86c18f2b08c1be7a021638570db25 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 4 Jul 2012 15:02:55 +0200 Subject: [PATCH] Return that the call was actually generated successfully if it was... --- ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir.c b/ir.c index 4ac089d..73e41d1 100644 --- a/ir.c +++ b/ir.c @@ -2263,7 +2263,7 @@ tailcall: if (code_statements_add(stmt) < 0) return false; } - return false; + return true; } if (instr->opcode == INSTR_STATE) { -- 2.39.2