Browse Source

* fixed x86-64 compilation

git-svn-id: trunk@6940 -
florian 18 years ago
parent
commit
9be265ab02
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/x86_64/cpuinfo.pas

+ 2 - 0
compiler/x86_64/cpuinfo.pas

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