]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* pa.c (pa_asm_output_mi_thunk): Fix typo.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 9 Aug 2003 16:40:33 +0000 (16:40 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Aug 2003 16:40:33 +0000 (16:40 +0000)
From-SVN: r70276

gcc/ChangeLog
gcc/config/pa/pa.c

index ce0272437676430c01830aef8fad60a82dfc7821..7abd2c602bccbc4bf6b54f36426fa6681de913ef 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c (pa_asm_output_mi_thunk): Fix typo.
+
 2003-08-09  Neil Booth  <neil@daikokuya.co.uk>
 
        PR preprocessor/11839
index acfe4e0ff8d708d16db5314a4cd447c498f5751f..eb875f88b41d2fbca3c8c5182fd5c7371f330393 100644 (file)
@@ -7469,7 +7469,7 @@ pa_asm_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function)
            }
          else
            {
-             fprintf (file, "\tldsid (%%sr0,%%r22),%%r1\n");
+             fprintf (file, "\tldsid (%%sr0,%%r22),%%r21\n");
              fprintf (file, "\tmtsp %%r21,%%sr0\n");
              fprintf (file, "\tbe 0(%%sr0,%%r22)\n\tldo ");
              nbytes += 44;