Browse Source

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

git-svn-id: trunk@27815 -
sergei 11 năm trước cách đây
mục cha
commit
37625211f5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: