summaryrefslogtreecommitdiff
path: root/src/arch/arm/fastmodel
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/fastmodel')
-rw-r--r--src/arch/arm/fastmodel/iris/thread_context.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/fastmodel/iris/thread_context.hh b/src/arch/arm/fastmodel/iris/thread_context.hh
index 73470c5b2..ef5214333 100644
--- a/src/arch/arm/fastmodel/iris/thread_context.hh
+++ b/src/arch/arm/fastmodel/iris/thread_context.hh
@@ -97,7 +97,6 @@ class ThreadContext : public ::ThreadContext
bool remove(PCEvent *e) override { return false; }
Tick nextInstEventCount() override { return MaxTick; }
- void serviceInstCountEvents(Tick count) override {}
void scheduleInstCountEvent(Event *event, Tick count) override {}
void descheduleInstCountEvent(Event *event) override {}
Tick getCurrentInstCount() override;