Browse Source

* use oldfpccall for 1.1+

peter 22 years ago
parent
commit
1f23804bcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0168.pp

+ 1 - 1
tests/tbs/tb0168.pp

@@ -14,7 +14,7 @@ type rec = record
 { this is really for tests but
   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
    movl r3, %edi
    movl r1, %ebx