summaryrefslogtreecommitdiff
path: root/firmware/target/sh/thread-sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/thread-sh.c')
-rw-r--r--firmware/target/sh/thread-sh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/target/sh/thread-sh.c b/firmware/target/sh/thread-sh.c
index 25e0aadf96..36c20686b0 100644
--- a/firmware/target/sh/thread-sh.c
+++ b/firmware/target/sh/thread-sh.c
@@ -21,12 +21,14 @@
21 * 21 *
22 ****************************************************************************/ 22 ****************************************************************************/
23 23
24#include "gcc_extensions.h"
25
24/*--------------------------------------------------------------------------- 26/*---------------------------------------------------------------------------
25 * Start the thread running and terminate it if it returns 27 * Start the thread running and terminate it if it returns
26 *--------------------------------------------------------------------------- 28 *---------------------------------------------------------------------------
27 */ 29 */
28void start_thread(void); /* Provide C access to ASM label */ 30void start_thread(void); /* Provide C access to ASM label */
29static void __attribute__((used)) __start_thread(void) 31static void USED_ATTR __start_thread(void)
30{ 32{
31 /* r8 = context */ 33 /* r8 = context */
32 asm volatile ( 34 asm volatile (