sim: Initialize Drainable::_drainState to the system's state
[gem5.git] / src / sim / InstTracer.py
index 9ba91a019b7767781bbdfa52b51763b409305e56..7405ecbc6d45662b679fc0e540facdc2165f7e8a 100644 (file)
@@ -33,3 +33,4 @@ class InstTracer(SimObject):
     type = 'InstTracer'
     cxx_class = 'Trace::InstTracer'
     abstract = True
+    cxx_header = "sim/insttracer.hh"