瀏覽代碼

* forgot goto on switch in last commit

carl 23 年之前
父節點
當前提交
22352dad85
共有 1 個文件被更改,包括 8 次插入1 次删除
  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