소스 검색

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