diff options
Diffstat (limited to 'lib_arm/_lshrdi3.S')
-rw-r--r-- | lib_arm/_lshrdi3.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib_arm/_lshrdi3.S b/lib_arm/_lshrdi3.S index fabfd9f..e7fa799 100644 --- a/lib_arm/_lshrdi3.S +++ b/lib_arm/_lshrdi3.S @@ -35,7 +35,9 @@ Boston, MA 02110-1301, USA. */ #endif .globl __lshrdi3 +.globl __aeabi_llsr __lshrdi3: +__aeabi_llsr: subs r3, r2, #32 rsb ip, r2, #32 |