mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
keep short defs out too
This commit is contained in:
parent
3cf754db30
commit
b9b9f03e82
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ emit_sub_expr (expr_t *e, def_t *dest)
|
|||
d = ReuseConstant (e, 0);
|
||||
break;
|
||||
case ex_short:
|
||||
d = new_def (&type_short, 0, current_scope);
|
||||
d = new_def (&type_short, 0, 0);
|
||||
d->ofs = e->e.short_val;
|
||||
d->absolute = 1;
|
||||
d->users = 1;
|
||||
|
|
Loading…
Reference in a new issue