Commit 556ccd9b by Richard Henderson Committed by Richard Henderson

* alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.

From-SVN: r19415
parent a2b60a0e
Sun Apr 26 01:21:06 1998 Richard Henderson <rth@cygnus.com>
* alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
Sat Apr 25 22:11:38 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
......
......@@ -2381,6 +2381,7 @@ print_operand (file, x, code)
switch (alpha_fptm)
{
case ALPHA_FPTM_N:
break;
case ALPHA_FPTM_U:
fputs ("v", file);
break;
......
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