Browse Source

* fixed Darwin i386 compilation with 2.4.x after r17669 (the 2.4.x Darwin
compiler itself also generates a fpc_geteipasebx symbol), mantis #19523

git-svn-id: trunk@17700 -

Jonas Maebe 14 years ago
parent
commit
abd6d1800e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/i386/i386.inc

+ 2 - 2
rtl/i386/i386.inc

@@ -115,7 +115,7 @@ procedure fpc_cpuinit;
       Default8087CW:=Get8087CW;
   end;
 
-
+{$ifndef darwin}
 function fpc_geteipasebx : pointer; [public, alias: 'fpc_geteipasebx'];assembler; nostackframe;
 asm
   movl    (%esp),%ebx
@@ -126,7 +126,7 @@ function fpc_geteipasecx : pointer; [public, alias: 'fpc_geteipasecx'];assembler
 asm
   movl    (%esp),%ecx
 end;
-
+{$endif}
 
 {$ifndef FPC_SYSTEM_HAS_MOVE}
 {$define FPC_SYSTEM_HAS_MOVE}