summaryrefslogtreecommitdiff
path: root/lib_arm/_umodsi3.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib_arm/_umodsi3.S')
-rw-r--r--lib_arm/_umodsi3.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib_arm/_umodsi3.S b/lib_arm/_umodsi3.S
index 899ffbf4fb..e4aebe84ca 100644
--- a/lib_arm/_umodsi3.S
+++ b/lib_arm/_umodsi3.S
@@ -6,10 +6,10 @@ dividend .req r0
divisor .req r1
overdone .req r2
curbit .req r3
-ip .req r12
-sp .req r13
-lr .req r14
-pc .req r15
+/* ip .req r12 */
+/* sp .req r13 */
+/* lr .req r14 */
+/* pc .req r15 */
.text
.globl __umodsi3
.type __umodsi3 ,function