mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 07:09:24 +02:00
* compilation on i386 fixed
git-svn-id: trunk@45480 -
This commit is contained in:
parent
1d4bbcef75
commit
0bce44e342
@ -5831,6 +5831,7 @@ unit aoptx86;
|
|||||||
hp1, hp2, hp3, hp4: tai;
|
hp1, hp2, hp3, hp4: tai;
|
||||||
begin
|
begin
|
||||||
Result:=false;
|
Result:=false;
|
||||||
|
{$ifdef x86_64}
|
||||||
{ replace
|
{ replace
|
||||||
push %rax
|
push %rax
|
||||||
call procname
|
call procname
|
||||||
@ -5874,6 +5875,7 @@ unit aoptx86;
|
|||||||
hp3.free;
|
hp3.free;
|
||||||
Result:=true;
|
Result:=true;
|
||||||
end;
|
end;
|
||||||
|
{$endif x86_64}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user