Browse Source

* renamed R_SUBF64 to R_SUBFD

peter 22 years ago
parent
commit
ef94a6d0e4
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/cgbase.pas

+ 5 - 2
compiler/cgbase.pas

@@ -125,7 +125,7 @@ interface
         R_SUBW,    { = 3; 16 bits, Like AX }
         R_SUBD,    { = 4; 32 bits, Like EAX }
         R_SUBQ,    { = 5; 64 bits, Like RAX }
-        R_SUBF64   { = 6; 64 bits float that allocates 2 FPU registers }
+        R_SUBFD    { = 6; Float that allocates 2 FPU registers }
       );
 
       TSuperRegister = type word;
@@ -467,7 +467,10 @@ finalization
 end.
 {
   $Log$
-  Revision 1.71  2003-10-17 14:38:32  peter
+  Revision 1.72  2003-10-24 15:21:31  peter
+    * renamed R_SUBF64 to R_SUBFD
+
+  Revision 1.71  2003/10/17 14:38:32  peter
     * 64k registers supported
     * fixed some memory leaks