| Index: gcc/gcc/config/m68k/lb1sf68.asm
|
| diff --git a/gcc/gcc/config/m68k/lb1sf68.asm b/gcc/gcc/config/m68k/lb1sf68.asm
|
| index 4bafbfb188b1a5023c80aa259bb95dad489ed24e..0339a092c4f7fa68f8f506d3c183747372c61d4e 100644
|
| --- a/gcc/gcc/config/m68k/lb1sf68.asm
|
| +++ b/gcc/gcc/config/m68k/lb1sf68.asm
|
| @@ -164,7 +164,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
| lea \addr-.-8,a0
|
| jsr pc@(a0)
|
| #else
|
| - bsr \addr
|
| + jbsr \addr
|
| #endif
|
| .endm
|
|
|
| @@ -203,7 +203,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
| lea \addr-.-8,a0
|
| jsr pc@(a0)
|
| #else
|
| - bsr \addr
|
| + jbsr \addr
|
| #endif
|
| .endm
|
|
|
|
|