mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:59:28 +02:00
* fixed define
git-svn-id: trunk@43027 -
This commit is contained in:
parent
9aa024c7df
commit
94832d5eea
@ -953,7 +953,7 @@ begin
|
||||
exit;
|
||||
{ check stack alignment }
|
||||
{$ifdef CPUI386}
|
||||
{$ifdef FPC_STACKALIGNMENT=16}
|
||||
{$if FPC_STACKALIGNMENT=16}
|
||||
if ((PtrUInt(Sptr)+4) mod 16)<>0 then
|
||||
begin
|
||||
StackError:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user