summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/screen11.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/screen11.c')
-rw-r--r--testsuites/sptests/sp09/screen11.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/sp09/screen11.c b/testsuites/sptests/sp09/screen11.c
index 05f18d3cf6..29309ee019 100644
--- a/testsuites/sptests/sp09/screen11.c
+++ b/testsuites/sptests/sp09/screen11.c
@@ -20,6 +20,8 @@
#include "system.h"
+uint32_t Other_Memory;
+
void Screen11()
{
void *buffer_address_1;
@@ -296,7 +298,7 @@ void Screen11()
status = rtems_partition_return_buffer(
Partition_id[ 1 ],
- Region_good_area /* NOTE: Region Memory */
+ &Other_Memory
);
fatal_directive_status(
status,