瀏覽代碼

llvmdbg: fix missing initialisation when there are no procedures

Jonas Maebe 3 年之前
父節點
當前提交
1b393c80aa
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/llvm/dbgllvm.pas

+ 1 - 0
compiler/llvm/dbgllvm.pas

@@ -2276,6 +2276,7 @@ implementation
 *)
         vardatatype: ttypesym;
       begin
+        ensuremetainit;
         storefilepos:=current_filepos;
         current_filepos:=current_module.mainfilepos;