summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk
diff options
context:
space:
mode:
authorStavros Passas <stavros.passas@movidius.com>2017-01-30 10:24:57 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-30 11:50:47 +0100
commit575c2e21e25db83a5a8d83d2f4062e0f39f18c46 (patch)
tree4c358b45fe94d0826dddde17978bd055ff72e070 /cpukit/libmisc/stackchk
parentbsps/arm: Fix Cortex-M DWT CPU counter. (diff)
downloadrtems-575c2e21e25db83a5a8d83d2f4062e0f39f18c46.tar.bz2
Complete STACK_CHECKER_EXTENSION. Fixes #2889
Diffstat (limited to 'cpukit/libmisc/stackchk')
-rw-r--r--cpukit/libmisc/stackchk/stackchk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h
index 8ad173357a..16fc4f9b9d 100644
--- a/cpukit/libmisc/stackchk/stackchk.h
+++ b/cpukit/libmisc/stackchk/stackchk.h
@@ -128,6 +128,7 @@ void rtems_stack_checker_switch_extension(
0, /* task_begin */ \
0, /* task_exitted */ \
0 /* rtems_stack_checker_fatal_extension */, /* fatal */ \
+ 0, /* terminate */ \
}
#ifdef __cplusplus