summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp09/sptest.ads
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-23 09:53:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-29 06:58:28 +0100
commitbc96f3b4b889891cb685c4bbcaf12166ca08331c (patch)
treef83b796d2dcc1bfbad1501d8e40a3c4277695e86 /testsuites/ada/sptests/sp09/sptest.ads
parentada: Fix RTEMS.Time_t (diff)
downloadrtems-bc96f3b4b889891cb685c4bbcaf12166ca08331c.tar.bz2
ada: Introduce RTEMS.Size type
Some time ago the Classic API object size related parameters were changed to use size_t. Reflect this in the Ada bindings. Update #3082.
Diffstat (limited to 'testsuites/ada/sptests/sp09/sptest.ads')
-rw-r--r--testsuites/ada/sptests/sp09/sptest.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/ada/sptests/sp09/sptest.ads b/testsuites/ada/sptests/sp09/sptest.ads
index d1bef16c96..7191dd59ce 100644
--- a/testsuites/ada/sptests/sp09/sptest.ads
+++ b/testsuites/ada/sptests/sp09/sptest.ads
@@ -161,12 +161,12 @@ package SPTEST is
-- starting area and length.
--
- REGION_GOOD_AREA : array ( RTEMS.UNSIGNED32 range 0 .. 4095 )
- of RTEMS.UNSIGNED32;
+ REGION_GOOD_AREA : array ( RTEMS.Size range 0 .. 4095 )
+ of RTEMS.Size;
for REGION_GOOD_AREA'ALIGNMENT use RTEMS.STRUCTURE_ALIGNMENT;
- REGION_START_OFFSET : constant RTEMS.UNSIGNED32 := 2048;
- REGION_LENGTH : constant RTEMS.UNSIGNED32 := 512;
+ REGION_START_OFFSET : constant RTEMS.Size := 2048;
+ REGION_LENGTH : constant RTEMS.Size := 512;
--
-- The following area defines a memory area to be used as the