diff options
Diffstat (limited to 'sysdeps/sh/elf/start.S')
-rw-r--r-- | sysdeps/sh/elf/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/elf/start.S b/sysdeps/sh/elf/start.S index ab5ebbfa4b..496056b41a 100644 --- a/sysdeps/sh/elf/start.S +++ b/sysdeps/sh/elf/start.S @@ -43,7 +43,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Clear the frame pointer since this is the outermost frame. */ mov #0, r14 |