Commit 5187794f by Richard Kenner

(output_fpops): Add SYMBOL_REF and LABEL_REF cases to constants

handled.

From-SVN: r2573
parent 561e6650
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment