diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 00:01:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 00:01:24 +0000 |
commit | 3f788a09d4eb871eeef236b950e06afc4d233e29 (patch) | |
tree | da53b9ceab5cc142a5b9ef75eb7eb9f0b298baa2 /libc/sysdeps/linux/arm/mmap64.S | |
parent | 299d67551ee7473ccf2d3ace53b73383b295fe27 (diff) |
touchup syntax for no real good reason ;)
Diffstat (limited to 'libc/sysdeps/linux/arm/mmap64.S')
-rw-r--r-- | libc/sysdeps/linux/arm/mmap64.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/arm/mmap64.S b/libc/sysdeps/linux/arm/mmap64.S index 310a60c5f..63b02f9df 100644 --- a/libc/sysdeps/linux/arm/mmap64.S +++ b/libc/sysdeps/linux/arm/mmap64.S @@ -23,11 +23,11 @@ #if defined __UCLIBC_HAS_LFS__ && defined __NR_mmap2 - /* The mmap2 system call takes six arguments, all in registers. */ - .text - .global mmap64 - .type mmap64,%function - .align 4 +/* The mmap2 system call takes six arguments, all in registers. */ +.text +.global mmap64 +.type mmap64,%function +.align 4 mmap64: stmfd sp!, {r4, r5, lr} ldr r5, [sp, $16] @@ -65,6 +65,6 @@ mmap64: __error: b __syscall_error - .size mmap64,.-mmap64 +.size mmap64,.-mmap64 #endif |