فهرست منبع

- 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 :