소스 검색

* fixed define

git-svn-id: trunk@43027 -
florian 6 년 전
부모
커밋
94832d5eea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;