2
0
Эх сурвалжийг харах

* Fixed issue where Val shortcutting would not compile under 32-bit systems

J. Gareth "Curious Kit" Moreton 1 жил өмнө
parent
commit
01246e4d30
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/ncal.pas

+ 1 - 1
compiler/ncal.pas

@@ -2735,7 +2735,7 @@ implementation
         MaxStrLen: Int64;
         StringLiteral: string;
         ValOutput: TConstExprInt;
-        ValCode: TCGInt;
+        ValCode: Word;
         NewStatements: TStatementNode;
       begin
         result := nil;