Add missing override annotations

Issue #3159
This commit is contained in:
Norman Feske
2019-02-14 22:39:08 +01:00
parent 1f47e2823a
commit b3727a9b46
259 changed files with 747 additions and 743 deletions

View File

@ -426,7 +426,7 @@ class Pager : private Genode::Thread {
Ram_dataspace_capability _ds;
static addr_t _ds_mem;
void entry() { }
void entry() override { }
static void page_fault()
{
@ -510,8 +510,8 @@ class Cause_mapping : public Genode::Thread {
_mem_st(mem_st)
{ }
void entry() {
void entry() override
{
log("mapper: hello");
Nova::Utcb * nova_utcb = reinterpret_cast<Nova::Utcb *>(utcb());
@ -580,7 +580,7 @@ class Greedy : public Genode::Thread {
_env(env)
{ }
void entry()
void entry() override
{
log("starting");