瀏覽代碼

* 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);