소스 검색

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)

Karoly Balogh 3 년 전
부모
커밋
fd83fd5779
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/linux/m68k/prt0.as

+ 1 - 1
rtl/linux/m68k/prt0.as

@@ -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.  */