mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +00:00
u1 here instead of s1
This commit is contained in:
parent
f12612bbc5
commit
ebfc73e48a
1 changed files with 1 additions and 1 deletions
2
ir.c
2
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) {
|
||||
|
|
Loading…
Reference in a new issue