From: John David Anglin Date: Sat, 9 Aug 2003 16:40:33 +0000 (+0000) Subject: * pa.c (pa_asm_output_mi_thunk): Fix typo. X-Git-Tag: releases/gcc-3.4.0~4322 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfd8db867496a5f99a7d75b016cee01232ecd6f1;p=thirdparty%2Fgcc.git * pa.c (pa_asm_output_mi_thunk): Fix typo. From-SVN: r70276 --- 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;