Преглед изворни кода

- removed check for system_i386_wince in i8086's cpupara

git-svn-id: trunk@38936 -
nickysn пре 7 година
родитељ
комит
4fbc658184
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/i8086/cpupara.pas

+ 1 - 1
compiler/i8086/cpupara.pas

@@ -165,7 +165,7 @@ unit cpupara;
                 result:=
                   (not(calloption in (cdecl_pocalls)) and
                    (def.size>sizeof(aint))) or
-                  (((calloption = pocall_mwpascal) or (target_info.system=system_i386_wince)) and
+                  ((calloption = pocall_mwpascal) and
                    (varspez=vs_const));
             end;
           arraydef :