소스 검색

* now compilation on i386 was broken, fixed

git-svn-id: trunk@15757 -
florian 15 년 전
부모
커밋
8b1889d033
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/nadd.pas

+ 1 - 1
compiler/nadd.pas

@@ -892,7 +892,7 @@ implementation
 {$ifdef x86}
         { use extended as default real type only when the x87 fpu is used }
 {$ifdef i386}
-        if not(current_settings.fputype in [fpu_x87) then
+        if not(current_settings.fputype=fpu_x87) then
 {$endif i386}
 {$ifdef x86_64}
         { x86-64 has no x87 only mode, so use always double as default }