- removed check for system_i386_wince in i8086's cpupara

git-svn-id: trunk@38936 -
This commit is contained in:
nickysn 2018-05-06 14:30:05 +00:00
parent 0a12bc4697
commit 4fbc658184

View File

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