Ver Fonte

* Fixed sqrt procedure selection on arm-wince after r27809.

git-svn-id: trunk@27815 -
sergei há 11 anos atrás
pai
commit
37625211f5
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      compiler/ninl.pas

+ 2 - 2
compiler/ninl.pas

@@ -3752,11 +3752,11 @@ implementation
         fdef: tdef;
         procname: string[31];
       begin
-        if (cs_fp_emulation in current_settings.moduleswitches)
+        if ((cs_fp_emulation in current_settings.moduleswitches)
 {$ifdef cpufpemu}
             or (current_settings.fputype=fpu_soft)
 {$endif cpufpemu}
-            and not (target_info.system in systems_wince) then
+            ) and not (target_info.system in systems_wince) then
           begin
             case tfloatdef(left.resultdef).floattype of
               s32real: