Преглед изворни кода

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