diff options
Diffstat (limited to '')
| -rw-r--r-- | src/string/arm/memcpy_le.S (renamed from src/string/armel/memcpy.s) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/string/armel/memcpy.s b/src/string/arm/memcpy_le.S index b16be0d6..4db48445 100644 --- a/src/string/armel/memcpy.s +++ b/src/string/arm/memcpy_le.S @@ -1,3 +1,5 @@ +#ifndef __ARMEB__ + /* * Copyright (C) 2008 The Android Open Source Project * All rights reserved. @@ -377,3 +379,5 @@ copy_last_3_and_return: add sp, sp, #28 ldmfd sp!, {r0, r4, lr} bx lr + +#endif |
