Ticket #2889: 2889-Complete-STACK_CHECKER_EXTENSION.patch

File 2889-Complete-STACK_CHECKER_EXTENSION.patch, 875 bytes (added by Stavros Passas, on 01/30/17 at 10:41:26)

Fix

  • cpukit/libmisc/stackchk/stackchk.h

    From aecaef4e7b0f90de7727ed5ad431d6d8d342d104 Mon Sep 17 00:00:00 2001
    From: Stavros Passas <stavros.passas@movidius.com>
    Date: Mon, 30 Jan 2017 10:24:57 +0000
    Subject: [PATCH] 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 b void rtems_stack_checker_switch_extension( 
    128128  0,                                           /* task_begin   */ \
    129129  0,                                           /* task_exitted */ \
    130130  0 /* rtems_stack_checker_fatal_extension */, /* fatal        */ \
     131  0,                                           /* terminate    */ \
    131132}
    132133
    133134#ifdef __cplusplus