summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/bsd-_setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/avr32/bsd-_setjmp.S')
-rw-r--r--libc/sysdeps/linux/avr32/bsd-_setjmp.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/avr32/bsd-_setjmp.S b/libc/sysdeps/linux/avr32/bsd-_setjmp.S
index 867edd9c2..f23e73b86 100644
--- a/libc/sysdeps/linux/avr32/bsd-_setjmp.S
+++ b/libc/sysdeps/linux/avr32/bsd-_setjmp.S
@@ -6,11 +6,11 @@
* archive for more details.
*/
- /* This just does a tail-call to __sigsetjmp(env, 0) */
- .global _setjmp
- .type _setjmp,"function"
- .align 1
+ /* This just does a tail-call to __sigsetjmp(env, 0) */
+ .global _setjmp
+ .type _setjmp,"function"
+ .align 1
_setjmp:
- mov r11, 0
- bral HIDDEN_JUMPTARGET(__sigsetjmp)
- .size _setjmp, . - _setjmp
+ mov r11, 0
+ bral HIDDEN_JUMPTARGET(__sigsetjmp)
+ .size _setjmp, . - _setjmp