u1 here instead of s1

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-06-25 13:30:14 +02:00
parent f12612bbc5
commit ebfc73e48a

2
ir.c
View file

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