Ver Fonte

* fixed define

git-svn-id: trunk@43027 -
florian há 5 anos atrás
pai
commit
94832d5eea
1 ficheiros alterados com 1 adições e 1 exclusões
  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;