forked from Imagelibrary/rtems
2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/threadinitialize.c: Removed warning.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/threadinitialize.c: Removed warning.
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/isr.c: Modify to properly dereference _ISR_Vector_table
|
||||
|
||||
@@ -52,7 +52,9 @@ boolean _Thread_Initialize(
|
||||
{
|
||||
unsigned32 actual_stack_size = 0;
|
||||
void *stack = NULL;
|
||||
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
|
||||
void *fp_area;
|
||||
#endif
|
||||
void *extensions_area;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user