Explorar o código

* Manually fixed results of bad merge in r8536.

git-svn-id: branches/fixes_2_2@10795 -
yury %!s(int64=17) %!d(string=hai) anos
pai
achega
629eb29da3
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      compiler/arm/narmcon.pas

+ 1 - 2
compiler/arm/narmcon.pas

@@ -66,8 +66,7 @@ interface
         location_reset(location,LOC_CREFERENCE,def_cgsize(resultdef));
         lastlabel:=nil;
         realait:=floattype2ait[tfloatdef(resultdef).floattype];
-        hiloswapped:=(current_settings.fputype in [fpu_fpa,fpu_fpa10,fpu_fpa11]) and
-          not(cs_fp_emulation in current_settings.moduleswitches);
+        hiloswapped:=is_double_hilo_swapped;
         { const already used ? }
         if not assigned(lab_real) then
           begin