瀏覽代碼

Fix syntax error for isLocal field for function/procedure type LLVM debug information

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

+ 1 - 1
compiler/llvm/dbgllvm.pas

@@ -1198,7 +1198,7 @@ implementation
               dinode.addboolean('isDefinition',is_definition);
               if is_definition then
                 begin
-                  dinode.addboolean('isLocal: ',
+                  dinode.addboolean('isLocal',
                     not((po_global in def.procoptions) and
                      (def.parast.symtablelevel<=normal_function_level))
                   );