2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/threadinitialize.c: Removed warning.
This commit is contained in:
Joel Sherrill
2001-01-08 18:23:40 +00:00
parent 5f78f5d07f
commit ac5c8c7a18
4 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -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;
/*