]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hppa: Fix typo in PA 2.0 trampoline template
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 6 Nov 2023 20:45:13 +0000 (20:45 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 6 Nov 2023 20:48:09 +0000 (20:48 +0000)
2023-11-06  John David Anglin  <danglin@gcc.gnu.org>

* config/pa/pa.cc (pa_asm_trampoline_template): Fix typo.

gcc/config/pa/pa.cc

index db633b275e5ebf50ee5b6fc65283908fd9bb2421..3e2ae9fa677f1f0b28ed01a6c2517e198cd66b4e 100644 (file)
@@ -10400,7 +10400,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);