2
0
Эх сурвалжийг харах

ARM: fixed compiler compilation after 75c16b612660

Jonas Maebe 3 жил өмнө
parent
commit
2ed4071c1e

+ 2 - 2
compiler/arm/tripletcpu.pas

@@ -41,10 +41,10 @@ function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
       begin
         if (target_info.abi=abi_eabihf) and
            not(target_info.system in systems_windows) then
-          result='armhf'
+          result:='armhf'
         else
           result:='arm';
-        exit:
+        exit;
       end;
     result:=lower(cputypestr[current_settings.cputype]);
     { llvm replaces the cpu name with thumb for when generating thumb code}