summaryrefslogtreecommitdiff
path: root/cpu/ozone/thread_state.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ozone/thread_state.hh')
-rw-r--r--cpu/ozone/thread_state.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/ozone/thread_state.hh b/cpu/ozone/thread_state.hh
index c86c3a720..f104dff23 100644
--- a/cpu/ozone/thread_state.hh
+++ b/cpu/ozone/thread_state.hh
@@ -182,8 +182,6 @@ struct OzoneThreadState : public ThreadState {
void setNextPC(uint64_t val)
{ nextPC = val; }
- bool misspeculating() { return false; }
-
void setInst(TheISA::MachInst _inst) { inst = _inst; }
Counter readFuncExeInst() { return funcExeInst; }