From: Jeff Law Date: Thu, 23 Sep 1999 19:11:51 +0000 (-0600) Subject: Fix typo in yesterday's massive change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bcb4e7661c5c80ec64661d0484a433572ecc43d;p=gcc.git Fix typo in yesterday's massive change. From-SVN: r29627 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index e2dcbd25c3a..4541ec6ec9a 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -5306,7 +5306,7 @@ output_millicode_call (insn, call_dest) else { xoperands[2] = gen_label_rtx (); - output_asm_insn ("\n\t{bl|b,l} %0,%%r31\n\tldo %1-%3(%%r31),%%r31", + output_asm_insn ("\n\t{bl|b,l} %0,%%r31\n\tldo %1-%2(%%r31),%%r31", xoperands); ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L", CODE_LABEL_NUMBER (xoperands[2]));