summaryrefslogtreecommitdiff
path: root/src/kern/linux/events.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/linux/events.hh')
-rw-r--r--src/kern/linux/events.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/linux/events.hh b/src/kern/linux/events.hh
index 0e4c433e1..65f794a9c 100644
--- a/src/kern/linux/events.hh
+++ b/src/kern/linux/events.hh
@@ -44,7 +44,7 @@ class DebugPrintkEvent : public SkipFuncEvent
DebugPrintkEvent(PCEventQueue *q, const std::string &desc, Addr addr,
bool r = false)
: SkipFuncEvent(q, desc, addr), raw(r) {}
- virtual void process(ExecContext *xc);
+ virtual void process(ThreadContext *xc);
};
}