소스 검색

* Fix str inline for booleans for 64 bit CPUs

git-svn-id: trunk@20423 -
pierre 13 년 전
부모
커밋
2e0a5facd2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ninl.pas

+ 1 - 1
compiler/ninl.pas

@@ -314,10 +314,10 @@ implementation
             scurrency,
             s64bit:
               procname := procname + 'int64';
+{$endif}
             pasbool8,pasbool16,pasbool32,pasbool64,
             bool8bit,bool16bit,bool32bit,bool64bit:
               procname := procname + 'bool';
-{$endif}
             else
               procname := procname + 'sint';
           end;