aboutsummaryrefslogtreecommitdiff
path: root/secure_fw
diff options
context:
space:
mode:
Diffstat (limited to 'secure_fw')
-rw-r--r--secure_fw/spm/cmsis_func/tfm_core_svcalls_func.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure_fw/spm/cmsis_func/tfm_core_svcalls_func.c b/secure_fw/spm/cmsis_func/tfm_core_svcalls_func.c
index f6407e50fa..879f99114f 100644
--- a/secure_fw/spm/cmsis_func/tfm_core_svcalls_func.c
+++ b/secure_fw/spm/cmsis_func/tfm_core_svcalls_func.c
@@ -97,6 +97,7 @@ uint32_t tfm_core_svc_handler(uint32_t *msp, uint32_t *psp, uint32_t exc_return)
case TFM_SVC_OUTPUT_UNPRIV_STRING:
svc_args[0] = tfm_hal_output_spm_log((const char *)svc_args[0],
svc_args[1]);
+ break;
#endif
default:
#ifdef PLATFORM_SVC_HANDLERS