From: Wolfgang (Blub) Bumiller Date: Mon, 25 Jun 2012 11:30:14 +0000 (+0200) Subject: u1 here instead of s1 X-Git-Tag: 0.1-rc1~480 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ebfc73e48a2a67c757f4ff548079e42d5ca03f09;p=xonotic%2Fgmqcc.git u1 here instead of s1 --- diff --git a/ir.c b/ir.c index df9e53e..c68fc8a 100644 --- 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) {