m68k-linux: try to be as ColdFire compatible in the startup code as possible, so explicitly use jsr, otherwise this might compile to a long bsr, that is not CF compatible (except cfv4)

This commit is contained in:
Karoly Balogh 2022-08-31 22:14:06 +02:00
parent fd94b6db91
commit fd83fd5779

View File

@ -59,7 +59,7 @@ _start:
# move.l (%sp), %d0
# move.l %d0, operatingsystem_parameter_argc
jbsr PASCALMAIN
jsr PASCALMAIN
illegal /* Crash if somehow `exit' does return. */