diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-23 13:11:51 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-23 13:11:51 -0600 |
commit | 2bcb4e7661c5c80ec64661d0484a433572ecc43d (patch) | |
tree | d76136532955ff55a3419ce7527d49c2a727ba66 /gcc | |
parent | f08113ce11720b6a38be77bd04eac98d578c752b (diff) | |
download | gcc-2bcb4e7661c5c80ec64661d0484a433572ecc43d.zip gcc-2bcb4e7661c5c80ec64661d0484a433572ecc43d.tar.gz gcc-2bcb4e7661c5c80ec64661d0484a433572ecc43d.tar.bz2 |
Fix typo in yesterday's massive change.
From-SVN: r29627
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index e2dcbd2..4541ec6 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])); |