* 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 -
This commit is contained in:
Jonas Maebe 2011-06-08 22:12:15 +00:00
parent c40b8d92c7
commit abd6d1800e

View File

@ -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}