mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:30:42 +02:00
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:
parent
fd94b6db91
commit
fd83fd5779
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user