Ver código fonte

Fixed Internal Error 2020120501 number clash

J. Gareth "Curious Kit" Moreton 3 anos atrás
pai
commit
d5a104f493
1 arquivos alterados com 1 adições e 1 exclusões
  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