浏览代码

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

J. Gareth "Curious Kit" Moreton 1 年之前
父节点
当前提交
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;