Larger Workspace when it is a POSIX API. Actually this is just to cover

the extra stack used when GNAT tasks are in the system.  This needs to be
cleaned up.
This commit is contained in:
Joel Sherrill
1997-03-08 03:53:37 +00:00
parent f926b34f66
commit 133fb0e552

View File

@@ -306,6 +306,10 @@ void bsp_start( void )
BSP_Configuration = Configuration; BSP_Configuration = Configuration;
#if defined(RTEMS_POSIX_API)
BSP_Configuration.work_space_size *= 3;
#endif
work_space_start = work_space_start =
(unsigned char *)rdb_start - BSP_Configuration.work_space_size; (unsigned char *)rdb_start - BSP_Configuration.work_space_size;