diff options
Diffstat (limited to 'libc/sysdeps/linux/avr32/sigrestorer.S')
-rw-r--r-- | libc/sysdeps/linux/avr32/sigrestorer.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/avr32/sigrestorer.S b/libc/sysdeps/linux/avr32/sigrestorer.S index 03f8bb568..df6a1ba3a 100644 --- a/libc/sysdeps/linux/avr32/sigrestorer.S +++ b/libc/sysdeps/linux/avr32/sigrestorer.S @@ -7,9 +7,9 @@ */ #include <sys/syscall.h> - .global __default_rt_sa_restorer - .type __default_rt_sa_restorer,"function" - .align 1 + .global __default_rt_sa_restorer + .type __default_rt_sa_restorer,"function" + .align 1 __default_rt_sa_restorer: - mov r8, __NR_rt_sigreturn - scall + mov r8, __NR_rt_sigreturn + scall |