]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
u1 here instead of s1
authorWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 25 Jun 2012 11:30:14 +0000 (13:30 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 25 Jun 2012 11:30:14 +0000 (13:30 +0200)
ir.c

diff --git a/ir.c b/ir.c
index df9e53eb551b16dcdbddefad1a40186df6085a42..c68fc8aa5c1af95783639e217593a15270f9f6dd 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -1832,7 +1832,7 @@ tailcall:
              * come first: eg. optimize IFs without ELSE...
              */
 
-            stmt.o1.s1 = instr->_ops[0]->code.globaladdr;
+            stmt.o1.u1 = instr->_ops[0]->code.globaladdr;
 
             stmt.o3.s1 = 0;
             if (ontrue->generated) {