diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 21:09:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 21:09:03 +0000 |
commit | dfa63a7f9b85b74e2726212d1451f68d88633a31 (patch) | |
tree | 38d92c54432f9db5987664086d6ce135354a35a8 /libc/sysdeps/linux | |
parent | 77ccb5b1dca86acdc7c75abc5bb469da41872a20 (diff) |
typo, thx vapier
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/arm/mmap64.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/mmap64.S b/libc/sysdeps/linux/arm/mmap64.S index 8fb7edcce..dd6f3c477 100644 --- a/libc/sysdeps/linux/arm/mmap64.S +++ b/libc/sysdeps/linux/arm/mmap64.S @@ -53,7 +53,6 @@ mmap64: teq r5, $0 ldmeqfd sp!, {r4, r5, lr} beq __mmap -#endif .Linval: mov r0, $-EINVAL ldmfd sp!, {r4, r5, lr} |