mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:46:04 +02:00
llvmdbg: fix missing initialisation when there are no procedures
This commit is contained in:
parent
d0bf7acc18
commit
1b393c80aa
@ -2276,6 +2276,7 @@ implementation
|
|||||||
*)
|
*)
|
||||||
vardatatype: ttypesym;
|
vardatatype: ttypesym;
|
||||||
begin
|
begin
|
||||||
|
ensuremetainit;
|
||||||
storefilepos:=current_filepos;
|
storefilepos:=current_filepos;
|
||||||
current_filepos:=current_module.mainfilepos;
|
current_filepos:=current_module.mainfilepos;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user