Browse Source

* cg64f64 isn't used anymore

florian 21 years ago
parent
commit
b8eb638978
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/x86_64/cgcpu.pas

+ 5 - 2
compiler/x86_64/cgcpu.pas

@@ -27,7 +27,7 @@ unit cgcpu;
   interface
   interface
 
 
     uses
     uses
-       cgbase,cgobj,cg64f64,cgx86,
+       cgbase,cgobj,cgx86,
        aasmbase,aasmtai,aasmcpu,
        aasmbase,aasmtai,aasmcpu,
        cpubase,cpuinfo,cpupara,parabase,
        cpubase,cpuinfo,cpupara,parabase,
        node,symconst,rgx86,procinfo;
        node,symconst,rgx86,procinfo;
@@ -95,7 +95,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.18  2004-10-24 20:01:08  peter
+  Revision 1.19  2004-11-01 17:44:27  florian
+    * cg64f64 isn't used anymore
+
+  Revision 1.18  2004/10/24 20:01:08  peter
     * remove saveregister calling convention
     * remove saveregister calling convention
 
 
   Revision 1.17  2004/10/05 20:41:02  peter
   Revision 1.17  2004/10/05 20:41:02  peter