Browse Source

+ define bestrealtype for aarch64

git-svn-id: trunk@22902 -
florian 12 years ago
parent
commit
b2706861f6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/symdef.pas

+ 3 - 0
compiler/symdef.pas

@@ -948,6 +948,9 @@ interface
 {$ifdef JVM}
 {$ifdef JVM}
        pbestrealtype : ^tdef = @s64floattype;
        pbestrealtype : ^tdef = @s64floattype;
 {$endif JVM}
 {$endif JVM}
+{$ifdef AARCH64}
+       pbestrealtype : ^tdef = @s64floattype;
+{$endif AARCH64}
 
 
     function make_mangledname(const typeprefix:TSymStr;st:TSymtable;const suffix:TSymStr):TSymStr;
     function make_mangledname(const typeprefix:TSymStr;st:TSymtable;const suffix:TSymStr):TSymStr;
     function make_dllmangledname(const dllname,importname:TSymStr;
     function make_dllmangledname(const dllname,importname:TSymStr;