소스 검색

* fixed size of exceptbuf

peter 21 년 전
부모
커밋
700c983c8e
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      compiler/ncgutil.pas

+ 5 - 2
compiler/ncgutil.pas

@@ -87,7 +87,7 @@ interface
 
     const
 
-      EXCEPT_BUF_SIZE = 4*2*sizeof(aint);
+      EXCEPT_BUF_SIZE = 3*sizeof(aint);
     type
       texceptiontemps=record
         jmpbuf,
@@ -2067,7 +2067,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.208  2004-06-20 08:55:29  florian
+  Revision 1.209  2004-06-29 20:57:21  peter
+    * fixed size of exceptbuf
+
+  Revision 1.208  2004/06/20 08:55:29  florian
     * logs truncated
 
   Revision 1.207  2004/06/16 20:07:08  florian