浏览代码

Fixed Internal Error 2020120501 number clash

J. Gareth "Curious Kit" Moreton 3 年之前
父节点
当前提交
d5a104f493
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ncginl.pas

+ 1 - 1
compiler/ncginl.pas

@@ -992,7 +992,7 @@ implementation
 
     procedure tcginlinenode.second_minmax;
       begin
-        internalerror(2020120501);
+        internalerror(2020120510);
       end;
 
 begin