mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
d'oh, temps are never global
This commit is contained in:
parent
5a182b7cd4
commit
0c0e4b23de
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ emit_deref_expr (expr_t *e, def_t *dest)
|
|||
d = emit_statement (e, op, d, z, dest);
|
||||
}
|
||||
if (e->e.pointer.def) {
|
||||
d->global = e->e.pointer.def->global;
|
||||
d->local = e->e.pointer.def->local;
|
||||
}
|
||||
return d;
|
||||
|
|
Loading…
Reference in a new issue