From: Wolfgang Bumiller <wolfgang.linux@bumiller.com>
Date: Wed, 4 Jul 2012 13:02:55 +0000 (+0200)
Subject: Return that the call was actually generated successfully if it was...
X-Git-Tag: 0.1-rc1~450
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=88f2238699f86c18f2b08c1be7a021638570db25;p=xonotic%2Fgmqcc.git

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

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) {