mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +02:00
* set all the i8086 calling conventions' volatile registers to be the same as the 'pascal' calling convention; this should make cdecl compatible with 16-bit C compilers
git-svn-id: trunk@25128 -
This commit is contained in:
parent
dffe9cbc55
commit
4b93fa1323
@ -204,8 +204,7 @@ unit cpupara;
|
||||
pocall_stdcall,
|
||||
pocall_cdecl,
|
||||
pocall_cppdecl,
|
||||
pocall_mwpascal :
|
||||
result:=[RS_AX,RS_DX,RS_CX];
|
||||
pocall_mwpascal,
|
||||
pocall_far16,
|
||||
pocall_pascal,
|
||||
pocall_oldfpccall :
|
||||
|
Loading…
Reference in New Issue
Block a user