mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:06:10 +02:00
- removed check for system_i386_wince in i8086's cpupara
git-svn-id: trunk@38936 -
This commit is contained in:
parent
0a12bc4697
commit
4fbc658184
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user