summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/system.h')
-rw-r--r--testsuites/sptests/sp09/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp09/system.h b/testsuites/sptests/sp09/system.h
index 2b043d0535..dd8c73c473 100644
--- a/testsuites/sptests/sp09/system.h
+++ b/testsuites/sptests/sp09/system.h
@@ -131,10 +131,10 @@ TEST_EXTERN rtems_id Junk_id; /* id used to return errors */
#define External_port_area (void *) 0x00002000
TEST_EXTERN uint8_t Partition_good_area[256] CPU_STRUCTURE_ALIGNMENT;
-#define Partition_bad_area (void *) 0x00000006
+#define Partition_bad_area (void *) 0x00000005
TEST_EXTERN uint32_t Region_good_area[4096] CPU_STRUCTURE_ALIGNMENT;
-#define Region_bad_area (void *) 0x00000006
+#define Region_bad_area (void *) 0x00000005
#define REGION_START_OFFSET 1024
#define REGION_LENGTH 512