(print_operand): Emit .l as scale factor #ifdef MOTOROLA.

From-SVN: r11427
This commit is contained in:
Richard Kenner 1996-03-04 18:40:06 -05:00
parent e1c2b28d21
commit 3f889ae8a9

View File

@ -2181,7 +2181,11 @@ print_operand (file, op, letter)
&& INTVAL (XEXP (op, 0)) < 0x8000
&& INTVAL (XEXP (op, 0)) >= -0x8000))
{
#ifdef MOTOROLA
fprintf (file, ".l");
#else
fprintf (file, ":l");
#endif
}
}
#ifdef SUPPORT_SUN_FPA