mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Set the type for zer_def used by labels.
This commit is contained in:
parent
36c99a8da1
commit
f7d60397fb
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ get_operand_def (operand_t *op)
|
|||
pr_type_size[op->type]);
|
||||
return def;
|
||||
case op_label:
|
||||
zero_def.type = &type_short;
|
||||
return &zero_def; //FIXME
|
||||
case op_temp:
|
||||
if (!op->o.def)
|
||||
|
|
Loading…
Reference in a new issue