Browse Source

- removed useless empty asmwrite statement

git-svn-id: trunk@35037 -
Jonas Maebe 8 năm trước cách đây
mục cha
commit
d99d18e258
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/llvm/agllvm.pas

+ 1 - 1
compiler/llvm/agllvm.pas

@@ -939,7 +939,7 @@ implementation
                writer.AsmWrite(' internal');
              AB_GLOBAL,
              AB_INDIRECT:
-               writer.AsmWrite('');
+               ;
              AB_WEAK_EXTERNAL:
                writer.AsmWrite(' extern_weak');
              AB_PRIVATE_EXTERN: