From ebfc73e48a2a67c757f4ff548079e42d5ca03f09 Mon Sep 17 00:00:00 2001
From: "Wolfgang (Blub) Bumiller" <blub@speed.at>
Date: Mon, 25 Jun 2012 13:30:14 +0200
Subject: [PATCH] u1 here instead of s1

---
 ir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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