summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/thread-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/thread-pp.c b/firmware/target/arm/thread-pp.c
index 5e834bc6ad..167bf03946 100644
--- a/firmware/target/arm/thread-pp.c
+++ b/firmware/target/arm/thread-pp.c
@@ -211,7 +211,7 @@ static void INIT_ATTR core_thread_init(unsigned int core)
211 * to use a stack from an unloaded module until another thread runs on it. 211 * to use a stack from an unloaded module until another thread runs on it.
212 *--------------------------------------------------------------------------- 212 *---------------------------------------------------------------------------
213 */ 213 */
214static inline void __attribute__((noreturn,always_inline)) 214static inline void NORETURN_ATTR __attribute__((always_inline))
215 thread_final_exit(struct thread_entry *current) 215 thread_final_exit(struct thread_entry *current)
216{ 216{
217 asm volatile ( 217 asm volatile (