summaryrefslogtreecommitdiff
path: root/bootloader/iriver_h1x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iriver_h1x0.c')
-rw-r--r--bootloader/iriver_h1x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/iriver_h1x0.c b/bootloader/iriver_h1x0.c
index 6c509a9922..faa76dc17d 100644
--- a/bootloader/iriver_h1x0.c
+++ b/bootloader/iriver_h1x0.c
@@ -64,7 +64,7 @@ extern int remote_line;
64static bool recovery_mode = false; 64static bool recovery_mode = false;
65 65
66/* Reset the cookie for the crt0 crash check */ 66/* Reset the cookie for the crt0 crash check */
67inline void __reset_cookie(void) 67static inline void __reset_cookie(void)
68{ 68{
69 asm(" move.l #0,%d0"); 69 asm(" move.l #0,%d0");
70 asm(" move.l %d0,0x10017ffc"); 70 asm(" move.l %d0,0x10017ffc");