+ define FPC_STACKALIGNMENT

git-svn-id: trunk@43008 -
This commit is contained in:
florian 2019-09-15 17:17:28 +00:00
parent 49005d3948
commit 26d8cc9142

View File

@ -4583,6 +4583,8 @@ begin
end;
end;
{$pop}
{ as stackalign is not part of the alignment record, we do not need to define the others alignments for symmetry yet }
set_system_macro('FPC_STACKALIGNMENT',tostr(target_info.stackalign));
option.free;
Option:=nil;