diff options
Diffstat (limited to 'libc/string/avr32/memset.S')
-rw-r--r-- | libc/string/avr32/memset.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/string/avr32/memset.S b/libc/string/avr32/memset.S index ca5b53a1a..964bf4834 100644 --- a/libc/string/avr32/memset.S +++ b/libc/string/avr32/memset.S @@ -16,13 +16,8 @@ .global memset .type memset, @function - .global __memset - .hidden __memset - .type __memset, @function - .align 1 memset: -__memset: cp.w n, 32 mov r9, s brge .Llarge_memset |