Browse Source

* fixed size of exceptbuf

peter 21 years ago
parent
commit
700c983c8e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/ncgutil.pas

+ 5 - 2
compiler/ncgutil.pas

@@ -87,7 +87,7 @@ interface
 
 
     const
     const
 
 
-      EXCEPT_BUF_SIZE = 4*2*sizeof(aint);
+      EXCEPT_BUF_SIZE = 3*sizeof(aint);
     type
     type
       texceptiontemps=record
       texceptiontemps=record
         jmpbuf,
         jmpbuf,
@@ -2067,7 +2067,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $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
     * logs truncated
 
 
   Revision 1.207  2004/06/16 20:07:08  florian
   Revision 1.207  2004/06/16 20:07:08  florian