diff --git a/kernel/compiler_stack_protect.c b/kernel/compiler_stack_protect.c index ce645b20c90..2a0dc37f75e 100644 --- a/kernel/compiler_stack_protect.c +++ b/kernel/compiler_stack_protect.c @@ -32,7 +32,7 @@ * * @return Does not return */ -void FUNC_NORETURN _StackCheckHandler(void) +void _StackCheckHandler(void) { /* Stack canary error is a software fatal condition; treat it as such. */