浏览代码

+ pbestrealtype for JVM

git-svn-id: branches/jvmbackend@18304 -
Jonas Maebe 14 年之前
父节点
当前提交
fe99c93619
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/symdef.pas

+ 3 - 0
compiler/symdef.pas

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