diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:15:37 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:15:37 +0000 |
commit | 1db4be5334a327dde925c73b8d924440257cf487 (patch) | |
tree | 3e858f5a6d4abd2d0406e60aa15cf88d5b7a8ae0 /libc/string/avr32/memmove.S | |
parent | a22ecf801611dddab9c7b1e11ccc532797e175d3 (diff) |
Fix indentation of comment in AVR32 memmove assembler optimization file.
Diffstat (limited to 'libc/string/avr32/memmove.S')
-rw-r--r-- | libc/string/avr32/memmove.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/avr32/memmove.S b/libc/string/avr32/memmove.S index a825187a9..535f4a257 100644 --- a/libc/string/avr32/memmove.S +++ b/libc/string/avr32/memmove.S @@ -39,7 +39,7 @@ memmove: .Lmore_than_31: pushm r0-r7, lr -/* Check alignment */ + /* Check alignment */ mov r8, src andl r8, 31, COH brne .Lunaligned_src |