mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
actually no :)
This commit is contained in:
parent
b534aca263
commit
b39a748984
1 changed files with 1 additions and 1 deletions
2
ir.c
2
ir.c
|
@ -2625,7 +2625,7 @@ bool ir_function_calculate_liferanges(ir_function *self)
|
|||
if (v->memberof) {
|
||||
ir_value *vec = v->memberof;
|
||||
for (s = 0; s < vec_size(vec->reads); ++s) {
|
||||
if (vec->reads[s]->eid == vec->life[0].end)
|
||||
if (vec->reads[s]->eid == v->life[0].end)
|
||||
break;
|
||||
}
|
||||
if (s < vec_size(vec->reads)) {
|
||||
|
|
Loading…
Reference in a new issue