소스 검색

* fix compilation of dllprt0.as for older arm assemblers without push support

git-svn-id: trunk@17254 -
florian 14 년 전
부모
커밋
00768bea47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/linux/arm/dllprt0.as

+ 1 - 1
rtl/linux/arm/dllprt0.as

@@ -7,7 +7,7 @@ _startlib:
         .type   FPC_SHARED_LIB_START,#function
 FPC_SHARED_LIB_START:
         mov ip, sp
-        push {fp, ip, lr, pc}
+        stmfd sp!,{fp, ip, lr, pc}
         sub fp, ip, #4
 
         /* a1 contains argc, a2 contains argv and a3 contains envp */