Browse Source

* fixed a mistake in yesterday's commit, forgot to commit it

florian 23 years ago
parent
commit
2674f8a450
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/ncginl.pas

+ 6 - 3
compiler/ncginl.pas

@@ -526,8 +526,8 @@ implementation
           location_reset(location,LOC_REGISTER,def_cgsize(resulttype.def));
           location_reset(location,LOC_REGISTER,def_cgsize(resulttype.def));
           location.register := rg.makeregsize(hreg,def_cgsize(resulttype.def));
           location.register := rg.makeregsize(hreg,def_cgsize(resulttype.def));
         end;
         end;
-        
-        
+
+*)
 {*****************************************************************************
 {*****************************************************************************
                             FLOAT GENERIC HANDLING
                             FLOAT GENERIC HANDLING
 *****************************************************************************}
 *****************************************************************************}
@@ -583,7 +583,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-07-25 22:58:30  florian
+  Revision 1.4  2002-07-26 09:45:20  florian
+    * fixed a mistake in yesterday's commit, forgot to commit it
+
+  Revision 1.3  2002/07/25 22:58:30  florian
   no message
   no message
 
 
   Revision 1.2  2002/07/25 17:55:41  carl
   Revision 1.2  2002/07/25 17:55:41  carl