aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/gchelper_m3.s
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/gchelper_m3.s')
-rw-r--r--lib/utils/gchelper_m3.s12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/utils/gchelper_m3.s b/lib/utils/gchelper_m3.s
index 3aac0dedf..5220fa088 100644
--- a/lib/utils/gchelper_m3.s
+++ b/lib/utils/gchelper_m3.s
@@ -31,18 +31,6 @@
.section .text
.align 2
- .global gc_helper_get_sp
- .type gc_helper_get_sp, %function
-
-@ uint gc_helper_get_sp(void)
-gc_helper_get_sp:
- @ return the sp
- mov r0, sp
- bx lr
-
- .size gc_helper_get_sp, .-gc_helper_get_sp
-
-
.global gc_helper_get_regs_and_sp
.type gc_helper_get_regs_and_sp, %function