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