summaryrefslogtreecommitdiff
path: root/lib_arm
diff options
context:
space:
mode:
Diffstat (limited to 'lib_arm')
-rw-r--r--lib_arm/_ashldi3.S1
-rw-r--r--lib_arm/_ashrdi3.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib_arm/_ashldi3.S b/lib_arm/_ashldi3.S
index 31a26556b..de4403d63 100644
--- a/lib_arm/_ashldi3.S
+++ b/lib_arm/_ashldi3.S
@@ -44,4 +44,3 @@ __ashldi3:
orrmi ah, ah, al, lsr ip
mov al, al, lsl r2
mov pc, lr
-
diff --git a/lib_arm/_ashrdi3.S b/lib_arm/_ashrdi3.S
index c3284133f..5edbcb3ae 100644
--- a/lib_arm/_ashrdi3.S
+++ b/lib_arm/_ashrdi3.S
@@ -44,4 +44,3 @@ __ashrdi3:
orrmi al, al, ah, lsl ip
mov ah, ah, asr r2
mov pc, lr
-