From 3f788a09d4eb871eeef236b950e06afc4d233e29 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Jun 2005 00:01:24 +0000 Subject: touchup syntax for no real good reason ;) --- libc/sysdeps/linux/arm/mmap64.S | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libc/sysdeps/linux/arm/mmap64.S') 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 -- cgit v1.2.3