diff options
Diffstat (limited to 'sysdeps/cris/elf')
-rw-r--r-- | sysdeps/cris/elf/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/cris/elf/start.S b/sysdeps/cris/elf/start.S index eef5c7543b..e740aaa83c 100644 --- a/sysdeps/cris/elf/start.S +++ b/sysdeps/cris/elf/start.S @@ -42,7 +42,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Clear the frame pointer, to mark the outermost frame. */ moveq 0,r8 |