Explorar o código

* forgot inherited call in previous commit for non-darwin

git-svn-id: trunk@11855 -
Jonas Maebe %!s(int64=17) %!d(string=hai) anos
pai
achega
479d5c7aa3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/arm/agarmgas.pas

+ 1 - 0
compiler/arm/agarmgas.pas

@@ -76,6 +76,7 @@ unit agarmgas;
 
     function TArmGNUAssembler.MakeCmdLine: TCmdStr;
       begin
+        result:=inherited MakeCmdLine;
         if (current_settings.fputype = fpu_soft) then
           result:='-mfpu=softvfp '+result;
       end;