2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>

* user/conf.t: Change work_space_size to uintptr_t since it cannot be
	negative.
This commit is contained in:
Joel Sherrill
2009-05-08 13:26:59 +00:00
parent 7f12879cbd
commit 6d96c98879
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Change work_space_size to uintptr_t since it cannot be
negative.
2009-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
+1 -1
View File
@@ -912,7 +912,7 @@ The RTEMS Configuration Table is defined in the following C structure:
@group
typedef struct @{
void *work_space_start;
intptr_t work_space_size;
uintptr_t work_space_size;
uint32_t maximum_extensions;
uint32_t microseconds_per_tick;
uint32_t ticks_per_timeslice;