[rtems commit] Complete STACK_CHECKER_EXTENSION. Fixes #2889

Sebastian Huber sebh at rtems.org
Mon Jan 30 10:51:06 UTC 2017


Module:    rtems
Branch:    master
Commit:    575c2e21e25db83a5a8d83d2f4062e0f39f18c46
Changeset: http://git.rtems.org/rtems/commit/?id=575c2e21e25db83a5a8d83d2f4062e0f39f18c46

Author:    Stavros Passas <stavros.passas at movidius.com>
Date:      Mon Jan 30 10:24:57 2017 +0000

Complete STACK_CHECKER_EXTENSION. Fixes #2889

---

 cpukit/libmisc/stackchk/stackchk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h
index 8ad1733..16fc4f9 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




More information about the vc mailing list