Browse Source

* fixed define

git-svn-id: trunk@43027 -
florian 5 years ago
parent
commit
94832d5eea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/system.inc

+ 1 - 1
rtl/inc/system.inc

@@ -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;