aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/tee
diff options
context:
space:
mode:
Diffstat (limited to 'core/arch/arm/tee')
-rw-r--r--core/arch/arm/tee/entry_fast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/arch/arm/tee/entry_fast.c b/core/arch/arm/tee/entry_fast.c
index a1d11daf..bd541854 100644
--- a/core/arch/arm/tee/entry_fast.c
+++ b/core/arch/arm/tee/entry_fast.c
@@ -185,7 +185,7 @@ size_t tee_entry_generic_get_api_call_count(void)
* target has additional calls it will call this function and
* add the number of calls the target has added.
*/
- return 9;
+ return 11;
}
void __weak tee_entry_get_api_call_count(struct thread_smc_args *args)