mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
revert 3ef30e850d
This commit is contained in:
parent
63928e231c
commit
1ac913877e
1 changed files with 1 additions and 2 deletions
3
ir.c
3
ir.c
|
@ -2760,8 +2760,7 @@ tailcall:
|
||||||
|
|
||||||
retvalue = instr->_ops[0];
|
retvalue = instr->_ops[0];
|
||||||
if (retvalue && retvalue->store != store_return &&
|
if (retvalue && retvalue->store != store_return &&
|
||||||
(retvalue->store == store_global || (vec_size(retvalue->life) && vec_size(retvalue->reads)))
|
(retvalue->store == store_global || vec_size(retvalue->life)))
|
||||||
)
|
|
||||||
{
|
{
|
||||||
/* not to be kept in OFS_RETURN */
|
/* not to be kept in OFS_RETURN */
|
||||||
if (retvalue->vtype == TYPE_FIELD && OPTS_FLAG(ADJUST_VECTOR_FIELDS))
|
if (retvalue->vtype == TYPE_FIELD && OPTS_FLAG(ADJUST_VECTOR_FIELDS))
|
||||||
|
|
Loading…
Reference in a new issue