summaryrefslogtreecommitdiff
path: root/src/string/arm/memcpy_le.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/arm/memcpy_le.S')
-rw-r--r--src/string/arm/memcpy_le.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/arm/memcpy_le.S b/src/string/arm/memcpy_le.S
index 4db48445..9cfbcb2a 100644
--- a/src/string/arm/memcpy_le.S
+++ b/src/string/arm/memcpy_le.S
@@ -1,4 +1,4 @@
-#ifndef __ARMEB__
+#if !__ARMEB__ && !__thumb__
/*
* Copyright (C) 2008 The Android Open Source Project