mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* use oldfpccall for 1.1+
This commit is contained in:
parent
c63b079d07
commit
1f23804bcf
@ -14,7 +14,7 @@ type rec = record
|
|||||||
{ this is really for tests but
|
{ this is really for tests but
|
||||||
this should be coded with const r1 and r2 !! }
|
this should be coded with const r1 and r2 !! }
|
||||||
|
|
||||||
function x(r1 : rec; r2 : rec; var r3 : rec) : integer; assembler;
|
function x(r1 : rec; r2 : rec; var r3 : rec) : integer; assembler; {$ifndef ver1_0}oldfpccall;{$endif}
|
||||||
asm
|
asm
|
||||||
movl r3, %edi
|
movl r3, %edi
|
||||||
movl r1, %ebx
|
movl r1, %ebx
|
||||||
|
Loading…
Reference in New Issue
Block a user