mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +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:=
|
result:=
|
||||||
(not(calloption in (cdecl_pocalls)) and
|
(not(calloption in (cdecl_pocalls)) and
|
||||||
(def.size>sizeof(aint))) or
|
(def.size>sizeof(aint))) or
|
||||||
(((calloption = pocall_mwpascal) or (target_info.system=system_i386_wince)) and
|
((calloption = pocall_mwpascal) and
|
||||||
(varspez=vs_const));
|
(varspez=vs_const));
|
||||||
end;
|
end;
|
||||||
arraydef :
|
arraydef :
|
||||||
|
Loading…
Reference in New Issue
Block a user