(print_operand, default case): Handle SFmode regs.
From-SVN: r7783
This commit is contained in:
parent
2445f289ed
commit
8977e8a785
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user