aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee/arch/arm/utee_syscalls_a32.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutee/arch/arm/utee_syscalls_a32.S')
-rw-r--r--lib/libutee/arch/arm/utee_syscalls_a32.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libutee/arch/arm/utee_syscalls_a32.S b/lib/libutee/arch/arm/utee_syscalls_a32.S
index a2fe442c..6e621ca6 100644
--- a/lib/libutee/arch/arm/utee_syscalls_a32.S
+++ b/lib/libutee/arch/arm/utee_syscalls_a32.S
@@ -13,8 +13,6 @@
.macro UTEE_SYSCALL name, scn, num_args
FUNC \name , :
-
-UNWIND( .fnstart)
push {r5-r7,lr}
UNWIND( .save {r5-r7,lr})
#if defined(CFG_SYSCALL_WRAPPERS_MCOUNT) && !defined(__LDELF__)
@@ -43,12 +41,10 @@ UNWIND( .save {r5-r7,lr})
.endif
svc #0
pop {r5-r7,pc}
-UNWIND( .fnend)
END_FUNC \name
.endm
FUNC _utee_panic, :
-UNWIND( .fnstart)
push {r0-r11, lr}
UNWIND( .save {r0-r11, lr})
mov lr, pc
@@ -57,7 +53,6 @@ UNWIND( .save {lr})
mov r1, sp
bl __utee_panic
/* Not reached */
-UNWIND( .fnend)
END_FUNC _utee_panic
#include "utee_syscalls_asm.S"