From: John David Anglin Date: Mon, 6 Nov 2023 20:45:13 +0000 (+0000) Subject: hppa: Fix typo in PA 2.0 trampoline template X-Git-Tag: basepoints/gcc-15~4968 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91d7b036ebd650494f96828cfeacb6d90e7bd376;p=thirdparty%2Fgcc.git hppa: Fix typo in PA 2.0 trampoline template 2023-11-06 John David Anglin * config/pa/pa.cc (pa_asm_trampoline_template): Fix typo. --- diff --git a/gcc/config/pa/pa.cc b/gcc/config/pa/pa.cc index 2e906cff7ffe..218c48b4ae00 100644 --- a/gcc/config/pa/pa.cc +++ b/gcc/config/pa/pa.cc @@ -10401,7 +10401,7 @@ pa_asm_trampoline_template (FILE *f) fputs ("\tldw 0(%r22),%r21\n", f); fputs ("\tldw 4(%r22),%r19\n", f); fputs ("\tbve (%r21)\n", f); - fputs ("\tldw 52(%r1),%r29\n", f); + fputs ("\tldw 52(%r20),%r29\n", f); fputs ("\t.word 0\n", f); fputs ("\t.word 0\n", f); fputs ("\t.word 0\n", f);