소스 검색

* Fixed internal error 2022041701 number clash (LLVM changed to 2022041730)

J. Gareth "Curious Kit" Moreton 1 년 전
부모
커밋
bac4ca19e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/llvm/dbgllvm.pas

+ 1 - 1
compiler/llvm/dbgllvm.pas

@@ -758,7 +758,7 @@ implementation
       begin
         filemeta:=file_getmetanode(fileinfo.moduleindex,fileinfo.fileindex);
         if not assigned(filemeta) then
-          internalerror(2022041701);
+          internalerror(2022041730);
         result:=tai_llvmspecialisedmetadatanode.create(tspecialisedmetadatanodekind.DILocation);
         result.addqword('line',fileinfo.line);
         result.addqword('column',fileinfo.column);