ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / cpu / static_inst.hh
index db2cd817d85cdffcb737694921015888a7f251e5..507decbdf51e37bb1661a6dd385def5135a4fbeb 100644 (file)
 #include "config/the_isa.hh"
 #include "cpu/op_class.hh"
 #include "cpu/static_inst_fwd.hh"
+#include "cpu/thread_context.hh"
 #include "sim/fault_fwd.hh"
 
 // forward declarations
 struct AlphaSimpleImpl;
 struct OzoneImpl;
 struct SimpleImpl;
-class ThreadContext;
 class DynInst;
 class Packet;