mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* 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:
parent
c40b8d92c7
commit
abd6d1800e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user