소스 검색

* made internalerror unique

git-svn-id: trunk@13420 -
Jonas Maebe 16 년 전
부모
커밋
cc44257086
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ncgld.pas

+ 1 - 1
compiler/ncgld.pas

@@ -706,7 +706,7 @@ implementation
                   end;
               end
             else
-              internalerror(200204249);
+              internalerror(2002042410);
           end
        { try to reuse memory locations instead of copying }
        { copy to a memory location ... }