mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Do not double-allocate space for immediates.
Caused by changed semantics in def creation.
This commit is contained in:
parent
92ba110a87
commit
38b25e0c38
1 changed files with 0 additions and 1 deletions
|
@ -304,7 +304,6 @@ emit_value (ex_value_t *value, def_t *def)
|
|||
}
|
||||
} else {
|
||||
cn = new_def (".imm", type, pr.near_data, st_static);
|
||||
cn->offset = defspace_alloc_loc (pr.near_data, type_size (type));
|
||||
}
|
||||
cn->initialized = cn->constant = 1;
|
||||
cn->nosave = 1;
|
||||
|
|
Loading…
Reference in a new issue