Skip to content

Commit

Permalink
vbox5: remove nova_die assertion
Browse files Browse the repository at this point in the history
Issue #5443
  • Loading branch information
alex-ab authored and chelmuth committed Feb 6, 2025
1 parent 8a7c84c commit f023c95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions repos/ports/src/virtualbox5/spec/nova/sup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,7 @@ void genode_update_tsc(void (*update_func)(void), Genode::uint64_t update_us)
Trace::timestamp() + ticks_min_sleep);

/* block until timeout fires or it gets canceled */
Genode::uint8_t res = sm_ctrl(sem, SEMAPHORE_DOWN, wakeup_absolute);
if (res != Nova::NOVA_OK && res != Nova::NOVA_TIMEOUT)
nova_die();
sm_ctrl(sem, SEMAPHORE_DOWN, wakeup_absolute);
}
}

Expand Down

0 comments on commit f023c95

Please sign in to comment.