(print_operand, default case): Handle SFmode regs.

From-SVN: r7783
This commit is contained in:
Doug Evans 1994-07-20 00:32:31 +00:00
parent 2445f289ed
commit 8977e8a785

View File

@ -1106,6 +1106,7 @@ print_operand (file, x, code)
fprintf (file, "%s", names_big[REGNO (x)]);
break;
case SImode:
case SFmode:
fprintf (file, "%s", names_extended[REGNO (x)]);
break;
default: