(output_fpops): Add SYMBOL_REF and LABEL_REF cases to constants
handled. From-SVN: r2573
This commit is contained in:
parent
561e665089
commit
5187794f25
@ -1809,6 +1809,8 @@ output_fpops (file)
|
||||
case CONST_INT:
|
||||
case CONST_DOUBLE:
|
||||
case CONST:
|
||||
case SYMBOL_REF:
|
||||
case LABEL_REF:
|
||||
type += 0x20;
|
||||
opbyte = 0;
|
||||
immed[i] = fpop->ops[i];
|
||||
|
Loading…
Reference in New Issue
Block a user