Skip to content

Commit

Permalink
sectest: fix for ecall_alloc API change
Browse files Browse the repository at this point in the history
  • Loading branch information
z-dule committed Nov 26, 2024
1 parent e48414a commit f520840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sectest/ecall_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ struct ecall_wrapper *init_ecall(const char *name, bool fake_auth)
wrapper->fake_auth = fake_auth;
err = ecall_alloc(&ecall, NULL,
ICALL_CONV_TYPE_CONFERENCE,
ICALL_CALL_TYPE_NORMAL,
NULL,
msystem_instance(),
"guess",
Expand Down

0 comments on commit f520840

Please sign in to comment.