Browse Source

* forgot goto on switch in last commit

carl 23 years ago
parent
commit
22352dad85
1 changed files with 8 additions and 1 deletions
  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