From f6742ea26e1a1cac21b486c7c5adad6fb6304e92 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Sun, 25 Jan 2015 07:22:26 -0500 Subject: cpu: Remove all notion that we know when the cpu is misspeculating. We have no way of knowing if a CPU model is on the wrong path with our execute-in-execute CPU models. Don't pretend that we do. --- src/cpu/simple/base.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/simple') diff --git a/src/cpu/simple/base.hh b/src/cpu/simple/base.hh index 45dfaf4b4..7ace2204a 100644 --- a/src/cpu/simple/base.hh +++ b/src/cpu/simple/base.hh @@ -449,7 +449,6 @@ class BaseSimpleCPU : public BaseCPU, public ExecContext thread->syscall(callnum); } - bool misspeculating() { return thread->misspeculating(); } ThreadContext *tcBase() { return tc; } private: -- cgit v1.2.3