Explorar o código

- removed useless empty asmwrite statement

git-svn-id: trunk@35037 -
Jonas Maebe %!s(int64=8) %!d(string=hai) anos
pai
achega
d99d18e258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: