浏览代码

- removed {$ifndef cpu64bit} code

git-svn-id: trunk@10275 -
Jonas Maebe 17 年之前
父节点
当前提交
3e63d3f1dd
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      compiler/x86_64/cgcpu.pas

+ 0 - 3
compiler/x86_64/cgcpu.pas

@@ -231,7 +231,4 @@ unit cgcpu;
 
 begin
   cg:=tcgx86_64.create;
-{$ifndef cpu64bit}
-  cg64:=tcg64f64.create;
-{$endif cpu64bit}
 end.