Set the type for zer_def used by labels.

This commit is contained in:
Bill Currie 2011-01-26 22:43:59 +09:00
parent 36c99a8da1
commit f7d60397fb

View file

@ -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)