summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-25 09:59:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-25 10:02:18 +0200
commite584ee4bde101f9fdaa3854fda9be40bf4f9e06a (patch)
tree04b966351dea38687a608d20a49a336ed2cec69e /cpukit
parentaarch64: Use page table level 0 (diff)
downloadrtems-e584ee4bde101f9fdaa3854fda9be40bf4f9e06a.tar.bz2
libtest: Add missing initializer
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/test-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h
index c7c6c2438d..ca96241e2e 100644
--- a/cpukit/include/rtems/test-info.h
+++ b/cpukit/include/rtems/test-info.h
@@ -70,7 +70,7 @@ void rtems_test_fatal_extension(
* @brief Initial extension for tests.
*/
#define RTEMS_TEST_INITIAL_EXTENSION \
- { NULL, NULL, NULL, NULL, NULL, NULL, NULL, rtems_test_fatal_extension }
+ { NULL, NULL, NULL, NULL, NULL, NULL, NULL, rtems_test_fatal_extension, NULL }
/**
* @brief Test states.