mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 20:50:32 +02:00
* define the i8086 default calling convention separately from the other x86 architectures
git-svn-id: branches/i8086@24272 -
This commit is contained in:
parent
7e18ac90e5
commit
51d61cc593
@ -490,7 +490,9 @@ interface
|
||||
);
|
||||
|
||||
{ Default calling convention }
|
||||
{$ifdef x86}
|
||||
{$if defined(i8086)}
|
||||
pocall_default = pocall_register;
|
||||
{$elseif defined(i386) or defined(x86_64)}
|
||||
pocall_default = pocall_register;
|
||||
{$else}
|
||||
pocall_default = pocall_stdcall;
|
||||
|
Loading…
Reference in New Issue
Block a user