浏览代码

* fixed x86-64 compilation

git-svn-id: trunk@6940 -
florian 18 年之前
父节点
当前提交
9be265ab02
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/x86_64/cpuinfo.pas

+ 2 - 0
compiler/x86_64/cpuinfo.pas

@@ -45,6 +45,7 @@ Type
 
 
    tfputype =
    tfputype =
      (fpu_none,
      (fpu_none,
+      fpu_soft,  { generic }
       fpu_sse64
       fpu_sse64
      );
      );
 
 
@@ -73,6 +74,7 @@ Const
    );
    );
 
 
    fputypestr : array[tfputype] of string[6] = ('',
    fputypestr : array[tfputype] of string[6] = ('',
+     'SOFT',
      'SSE64'
      'SSE64'
    );
    );