Skip to content

Commit

Permalink
Fixes typo found by Adam Hasselwander
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKarlsson committed Nov 2, 2023
1 parent ee5375a commit a338d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/s3k/s3k.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ s3k_err_t s3k_try_pmp_load(s3k_cidx_t idx, s3k_pmp_slot_t slot)
s3k_err_t s3k_try_pmp_unload(s3k_cidx_t idx)
{
sys_args_t args = {.pmp = {idx}};
return do_ecall(S3K_SYS_PMP_LOAD, args).err;
return do_ecall(S3K_SYS_PMP_UNLOAD, args).err;
}

s3k_err_t s3k_try_mon_suspend(s3k_cidx_t mon, s3k_pid_t pid)
Expand Down

0 comments on commit a338d4c

Please sign in to comment.