From 789153dff64edcf046d800f231dffa6d66004ed5 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Thu, 15 Nov 2007 03:10:41 -0500 Subject: Get MIPS simple regression working. Take out unecessary functions "setShadowSet", "CacheOp" --HG-- extra : convert_revision : a9ae8a7e62c27c2db16fd3cfa7a7f0bf5f0bf8ea --- src/cpu/simple_thread.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cpu/simple_thread.hh') diff --git a/src/cpu/simple_thread.hh b/src/cpu/simple_thread.hh index cccb53322..2b79c9708 100644 --- a/src/cpu/simple_thread.hh +++ b/src/cpu/simple_thread.hh @@ -368,10 +368,6 @@ class SimpleThread : public ThreadState void setStCondFailures(unsigned sc_failures) { storeCondFailures = sc_failures; } - void setShadowSet(int css, int tid=0) { - regs.setShadowSet(css); - } - #if !FULL_SYSTEM TheISA::IntReg getSyscallArg(int i) { -- cgit v1.2.3