mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 17:57:58 +02:00
* EMX should be treated the same way as OS/2 with regard to cdecl (the same C compiler is used)
git-svn-id: trunk@29660 -
This commit is contained in:
parent
4b91e50c7c
commit
cfd4252ec3
@ -303,7 +303,8 @@ unit cpupara;
|
||||
{ on darwin/i386, if a record has only one field and that field is a
|
||||
single or double, it has to be returned like a single/double }
|
||||
if (target_info.system in [system_i386_darwin,system_i386_iphonesim,
|
||||
system_i386_freebsd,system_i386_openbsd,system_i386_os2]) and
|
||||
system_i386_freebsd,system_i386_openbsd,
|
||||
system_i386_os2,system_i386_emx]) and
|
||||
((usedef.typ=recorddef) or
|
||||
is_object(usedef)) and
|
||||
tabstractrecordsymtable(tabstractrecorddef(usedef).symtable).has_single_field(sym) and
|
||||
|
Loading…
Reference in New Issue
Block a user