diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:08:48 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:08:48 +0000 |
commit | 76dc6857465109973ee79a8517ed27680289c36d (patch) | |
tree | de744555e38d43a8b09c667689d1bf099e0b6766 /libc/sysdeps/linux/avr32/bsd-_setjmp.S | |
parent | 18f85730003544cb880641e0bb12b5901dfe1757 (diff) |
Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.
Diffstat (limited to 'libc/sysdeps/linux/avr32/bsd-_setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/avr32/bsd-_setjmp.S | 14 |
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 |