]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Return that the call was actually generated successfully if it was...
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Wed, 4 Jul 2012 13:02:55 +0000 (15:02 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Wed, 4 Jul 2012 13:02:55 +0000 (15:02 +0200)
ir.c

diff --git a/ir.c b/ir.c
index 4ac089d7956995404559f47c5f073f1bb84700ad..73e41d1e5730bf170e797f7f62fad06942604c97 100644 (file)
--- 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) {