summaryrefslogtreecommitdiff
path: root/core/arch/arm/tee/arch_svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/arch/arm/tee/arch_svc.c')
-rw-r--r--core/arch/arm/tee/arch_svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/arch/arm/tee/arch_svc.c b/core/arch/arm/tee/arch_svc.c
index f6767d7..c4a2213 100644
--- a/core/arch/arm/tee/arch_svc.c
+++ b/core/arch/arm/tee/arch_svc.c
@@ -215,7 +215,7 @@ void tee_svc_handler(struct thread_svc_regs *regs)
}
if (scn > TEE_SCN_MAX)
- scf = syscall_not_supported;
+ scf = (syscall_t)syscall_not_supported;
else
scf = tee_svc_syscall_table[scn].fn;