From 1a0e1a716380575e2da062cf57511e6a53806373 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 14 Dec 2008 22:48:33 +0000 Subject: 2008-12-14 Joel Sherrill * user/conf.t, user/region.t: Change sizes of heap/region and allocated objects in heap to intptr_t so they can be larger than a single allocatable object (e.g. size_t). --- doc/user/conf.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/conf.t') diff --git a/doc/user/conf.t b/doc/user/conf.t index 9bc3a458e7..7eacffe26f 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -912,7 +912,7 @@ The RTEMS Configuration Table is defined in the following C structure: @group typedef struct @{ void *work_space_start; - uint32_t work_space_size; + intptr_t work_space_size; uint32_t maximum_extensions; uint32_t microseconds_per_tick; uint32_t ticks_per_timeslice; -- cgit v1.2.3