소스 검색

* fixed for darwin/ppc64

git-svn-id: branches/fpc_2_3@6488 -
Jonas Maebe 18 년 전
부모
커밋
a2c58a644e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      tests/webtbs/tw7851a.pp

+ 4 - 0
tests/webtbs/tw7851a.pp

@@ -38,7 +38,11 @@ asm
   lwz r0, retaddr
 {$else}
   std r0, retaddr
+{$ifdef linux}
   bl .TMyObject.Test2
+{$else linux}
+  bl TMyObject.Test2
+{$endif linux}
   ld r0, retaddr
 {$endif}
   mtlr r0