summaryrefslogtreecommitdiff
path: root/firmware/asm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/asm')
-rw-r--r--firmware/asm/sh/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/asm/sh/thread.c b/firmware/asm/sh/thread.c
index c0e0ceb549..e63470c4a1 100644
--- a/firmware/asm/sh/thread.c
+++ b/firmware/asm/sh/thread.c
@@ -30,7 +30,6 @@ static void USED_ATTR __start_thread(void)
30{ 30{
31 /* r8 = context */ 31 /* r8 = context */
32 asm volatile ( 32 asm volatile (
33 ".global _start_thread \n"
34 "_start_thread: \n" /* Start here - no naked attribute */ 33 "_start_thread: \n" /* Start here - no naked attribute */
35 "mov.l @(4, r8), r0 \n" /* Fetch thread function pointer */ 34 "mov.l @(4, r8), r0 \n" /* Fetch thread function pointer */
36 "mov.l @(28, r8), r15 \n" /* Set initial sp */ 35 "mov.l @(28, r8), r15 \n" /* Set initial sp */