From 1400469c009761aaf9e87a762945d967768dd851 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 9 Jul 1993 17:36:57 -0600 Subject: [PATCH] Fix typos in last change. From-SVN: r4896 --- gcc/config/pa/pa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 2841ead1cc1..9bbc3e270ba 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -3576,7 +3576,7 @@ output_movb (operands, insn, which_alternative, reverse_comparison) return "copy %1,%0"; else if (which_alternative == 1) { - output_asm_insn ("fstws %1,-16(0,%%r30)",operands); + output_asm_insn ("stw %1,-16(0,%%r30)",operands); return "fldws -16(0,%%r30),%0"; } else @@ -3631,7 +3631,7 @@ output_movb (operands, insn, which_alternative, reverse_comparison) /* Move loop counter from FP register to MEM then into a GR, increment the GR, store the GR into MEM, and finally reload the FP register from MEM from within the branch's delay slot. */ - output_asm_insn ("fstws %1,-16(0,%%r30)",operands); + output_asm_insn ("stw %1,-16(0,%%r30)",operands); if (get_attr_length (insn) == 12) return "comb,%S2 0,%1,%3\n\tfldws -16(0,%%r30),%0"; else -- 2.30.2