Commit 8977e8a7 by Doug Evans

(print_operand, default case): Handle SFmode regs.

From-SVN: r7783
parent 2445f289
...@@ -1106,6 +1106,7 @@ print_operand (file, x, code) ...@@ -1106,6 +1106,7 @@ print_operand (file, x, code)
fprintf (file, "%s", names_big[REGNO (x)]); fprintf (file, "%s", names_big[REGNO (x)]);
break; break;
case SImode: case SImode:
case SFmode:
fprintf (file, "%s", names_extended[REGNO (x)]); fprintf (file, "%s", names_extended[REGNO (x)]);
break; break;
default: default:
......
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