diff options
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])); |