mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
* Fixed internal error 2022041701 number clash (LLVM changed to 2022041730)
This commit is contained in:
parent
664f8fc2ba
commit
bac4ca19e7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user