From dfd8db867496a5f99a7d75b016cee01232ecd6f1 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 9 Aug 2003 16:40:33 +0000 Subject: [PATCH] * pa.c (pa_asm_output_mi_thunk): Fix typo. From-SVN: r70276 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce0272437676..7abd2c602bcc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-08-09 John David Anglin + + * pa.c (pa_asm_output_mi_thunk): Fix typo. + 2003-08-09 Neil Booth PR preprocessor/11839 diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index acfe4e0ff8d7..eb875f88b41d 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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; -- 2.47.2