Parcourir la source

* forgot goto on switch in last commit

carl il y a 23 ans
Parent
commit
22352dad85
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      rtl/inc/softfpu.pp

+ 8 - 1
rtl/inc/softfpu.pp

@@ -44,6 +44,10 @@ unit softfpu;
 {$endif}
 {$endif}
 
+{$ifdef fpc}
+{$goto on}
+{$endif}
+
 interface
 
 
@@ -4657,7 +4661,10 @@ End;
 end.
 {
    $Log$
-   Revision 1.5  2002-11-30 21:34:20  carl
+   Revision 1.6  2002-11-30 23:25:19  carl
+     * forgot goto on switch in last commit
+
+   Revision 1.5  2002/11/30 21:34:20  carl
      + compilerproc for softfpu (first step for integration)
      * several bugfixes for big-endian support