Commit dfd8db86 by John David Anglin Committed by John David Anglin

* pa.c (pa_asm_output_mi_thunk): Fix typo.

From-SVN: r70276
parent a54c550f
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> 2003-08-09 Neil Booth <neil@daikokuya.co.uk>
PR preprocessor/11839 PR preprocessor/11839
......
...@@ -7469,7 +7469,7 @@ pa_asm_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function) ...@@ -7469,7 +7469,7 @@ pa_asm_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function)
} }
else else
{ {
fprintf (file, "\tldsid (%%sr0,%%r22),%%r1\n"); fprintf (file, "\tldsid (%%sr0,%%r22),%%r21\n");
fprintf (file, "\tmtsp %%r21,%%sr0\n"); fprintf (file, "\tmtsp %%r21,%%sr0\n");
fprintf (file, "\tbe 0(%%sr0,%%r22)\n\tldo "); fprintf (file, "\tbe 0(%%sr0,%%r22)\n\tldo ");
nbytes += 44; nbytes += 44;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment