Explorar el Código

* cosmetics

git-svn-id: trunk@43125 -
florian hace 6 años
padre
commit
988dce14c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/x86_64/cpuelf.pas

+ 1 - 1
compiler/x86_64/cpuelf.pas

@@ -179,7 +179,7 @@ implementation
           else
             InternalError(2019091701);
         RELOC_TLSGD:
-          result:=R_X86_64_TLSGD
+          result:=R_X86_64_TLSGD;
       else
         result:=0;
         InternalError(2012082302);