cpu: Fix rename mis-handling serializing instructions when resource constrained
[gem5.git] / src / cpu / LegionTrace.py
index d450dd00ece36bde49f27c8118680b0e2c5a0d3e..8b2a7cd85ca4ac9cc220ca9cbaf1f6ce01b72e82 100644 (file)
@@ -33,3 +33,4 @@ from InstTracer import InstTracer
 class LegionTrace(InstTracer):
     type = 'LegionTrace'
     cxx_class = 'Trace::LegionTrace'
+    cxx_header = "cpu/legiontrace.hh"