Sfoglia il codice sorgente

* Manually fixed results of bad merge in r8536.

git-svn-id: branches/fixes_2_2@10795 -
yury 17 anni fa
parent
commit
629eb29da3
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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