diff options
Diffstat (limited to 'src/mem/page_table.hh')
-rw-r--r-- | src/mem/page_table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/page_table.hh b/src/mem/page_table.hh index 03e18c2d0..9d2e3e3d6 100644 --- a/src/mem/page_table.hh +++ b/src/mem/page_table.hh @@ -99,7 +99,7 @@ class EmulationPageTable : public Serializable // flag which marks the page table as shared among software threads bool shared; - virtual void initState(ThreadContext* tc) {}; + virtual void initState() {}; // for DPRINTF compatibility const std::string name() const { return _name; } |