(output_fpops): Add SYMBOL_REF and LABEL_REF cases to constants

handled.

From-SVN: r2573
This commit is contained in:
Richard Kenner 1992-10-23 07:49:05 -04:00
parent 561e665089
commit 5187794f25
1 changed files with 2 additions and 0 deletions

View File

@ -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];