mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 03:49:21 +02:00
* fix compilation for r1224
git-svn-id: trunk@1235 -
This commit is contained in:
parent
e6fc1af8b9
commit
e5ca17b598
@ -41,7 +41,7 @@ unit cpupi;
|
||||
|
||||
uses
|
||||
cutils,
|
||||
globals,
|
||||
systems,globals,
|
||||
tgobj,
|
||||
cpubase;
|
||||
|
||||
@ -56,10 +56,10 @@ unit cpupi;
|
||||
begin
|
||||
{ align to 4 bytes at least
|
||||
otherwise all those subl $2,%esp are meaningless PM }
|
||||
if (target_info.system <> target_i386_darwin) then
|
||||
if (target_info.system <> system_i386_darwin) then
|
||||
result:=Align(tg.direction*tg.lasttemp,min(aktalignment.localalignmin,4))
|
||||
else
|
||||
result:=Align(tg.direction*tg.lasttemp,min(aktalignment.localalgnmin,16));
|
||||
result:=Align(tg.direction*tg.lasttemp,min(aktalignment.localalignmin,16));
|
||||
end;
|
||||
|
||||
|
||||
|
@ -120,7 +120,6 @@ interface
|
||||
system_i386_wince, { 40 }
|
||||
system_x86_6432_linux, { 41 }
|
||||
system_arm_gba, { 42 }
|
||||
system_arm_gba, { 42 }
|
||||
system_powerpc64_linux, { 43 }
|
||||
system_i386_darwin { 44 }
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user