mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
* unified the definition of pushleftright_pocalls on i8086 and i386
git-svn-id: trunk@38952 -
This commit is contained in:
parent
1c1cd43178
commit
02fb59d3e5
@ -807,14 +807,8 @@ inherited_objectoptions : tobjectoptions = [oo_has_virtual,oo_has_private,oo_has
|
||||
oo_can_have_published];
|
||||
{$endif not jvm}
|
||||
|
||||
{$ifdef i386}
|
||||
{ we only take this into account on i386, on other platforms we always
|
||||
push in the same order
|
||||
}
|
||||
pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal];
|
||||
{$endif}
|
||||
{$ifdef i8086}
|
||||
{ we only take this into account on i386, on other platforms we always
|
||||
{$if defined(i8086) or defined(i386)}
|
||||
{ we only take this into account on i8086 and i386, on other platforms we always
|
||||
push in the same order
|
||||
}
|
||||
pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal];
|
||||
|
Loading…
Reference in New Issue
Block a user