Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Jun 16, 2024
1 parent 1d22d07 commit 8add1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sel4test-tests/src/tests/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static int test_cache_invalid(env_t env)
int err;
void *vaddr;
reservation_t reservation;
vka_t *vka = env->vka;
vka_t *vka = &env->vka;

reservation = vspace_reserve_range(&env->vspace, PAGE_SIZE_4K, seL4_AllRights, 1, &vaddr);
assert(reservation.res);
Expand Down

0 comments on commit 8add1e5

Please sign in to comment.