pa.c (output_millicode_call): Correct typo.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Sat, 14 Dec 2002 02:54:14 +0000 (02:54 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 14 Dec 2002 02:54:14 +0000 (02:54 +0000)
* pa.c (output_millicode_call): Correct typo.
(output_call): Likewise.

From-SVN: r60115

gcc/ChangeLog
gcc/config/pa/pa.c

index d1036a4fc888cadcd2e77172de6f9c8f1fc48f34..71233fb108153b2240c271b6242d5c560afba721 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa.c (output_millicode_call): Correct typo.
+       (output_call): Likewise.
+
 Fri Dec 13 21:07:18 2002  Alexandre Oliva  <aoliva@redhat.com>
 
        * config/mn10300/mn10300.c (print_operand) <case N>: Check
index 0d5f111a41a4fd2ac192acb3fd14e75d65401863..5c01a8b0b4f362b6fe13fc982dc5b30c4106bd58 100644 (file)
@@ -6330,7 +6330,7 @@ output_millicode_call (insn, call_dest)
       xoperands[1] = gen_label_rtx ();
       output_asm_insn ("ldo %0-%1(%2),%2", xoperands);
       ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L",
-                                CODE_LABEL_NUMBER (xoperands[3]));
+                                CODE_LABEL_NUMBER (xoperands[1]));
     }
   else
     /* ??? This branch may not reach its target.  */
@@ -6668,7 +6668,7 @@ output_call (insn, call_dest, sibcall)
          xoperands[1] = gen_label_rtx ();
          output_asm_insn ("ldo %0-%1(%%r2),%%r2", xoperands);
          ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L",
-                                    CODE_LABEL_NUMBER (xoperands[3]));
+                                    CODE_LABEL_NUMBER (xoperands[1]));
        }
       else
        /* ??? This branch may not reach its target.  */