Skip to content

Commit

Permalink
add missing return statement
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h authored and lsf37 committed Aug 28, 2021
1 parent ef444eb commit f65e92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/sel4test-tests/src/tests/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,7 @@ int sched0022_to_fn(struct env *env, helper_thread_t *thread, seL4_CPtr ep)

seL4_SetMR(1, error);
seL4_Send(ep, tag);
return 0;
}

/* Test that a helper thread can move itself back from another core.
Expand Down

0 comments on commit f65e92d

Please sign in to comment.