Bladeren bron

* fixed typo found by Charlie

Jonas Maebe 21 jaren geleden
bovenliggende
commit
24fe6134a0
1 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen
  1. 5 2
      compiler/ncgutil.pas

+ 5 - 2
compiler/ncgutil.pas

@@ -1057,7 +1057,7 @@ implementation
                   uses_fpu := true;
                   uses_fpu := true;
     {$ifdef cpufpemu}
     {$ifdef cpufpemu}
                   if cs_fp_emulation in aktmoduleswitches then
                   if cs_fp_emulation in aktmoduleswitches then
-                    cg.a_loadfpu_loc_reg(list,resloc,NR_FUNCTION_RETURN_REG);
+                    cg.a_loadfpu_loc_reg(list,resloc,NR_FUNCTION_RETURN_REG)
                   else
                   else
     {$endif cpufpemu}
     {$endif cpufpemu}
                     cg.a_loadfpu_loc_reg(list,resloc,NR_FPU_RESULT_REG);
                     cg.a_loadfpu_loc_reg(list,resloc,NR_FPU_RESULT_REG);
@@ -2001,7 +2001,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.173  2003-12-06 01:15:22  florian
+  Revision 1.174  2003-12-07 16:28:30  jonas
+    * fixed typo found by Charlie
+
+  Revision 1.173  2003/12/06 01:15:22  florian
     * reverted Peter's alloctemp patch; hopefully properly
     * reverted Peter's alloctemp patch; hopefully properly
 
 
   Revision 1.172  2003/12/03 23:13:20  peter
   Revision 1.172  2003/12/03 23:13:20  peter