* pa.c (pa_asm_output_mi_thunk): Fix typo.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Aug 2003 16:40:33 +0000 (16:40 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Aug 2003 16:40:33 +0000 (16:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70276 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ce02724..7abd2c6 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 acfe4e0..eb875f8 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;