cpu: Fix InstPBTrace inheritance
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 26 Mar 2015 15:16:43 +0000 (11:16 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 26 Mar 2015 15:16:43 +0000 (11:16 -0400)
This patch fixes an issue that prevented gem5 to be built with C++
config and without Python.

src/cpu/inst_pb_trace.hh

index 326f8b93a71719f100dd029ba0683215f0e3df4f..bdafb6245d550f1d46b12f53842ab7ab783088bb 100644 (file)
@@ -82,7 +82,7 @@ class InstPBTraceRecord : public InstRecord
 
 };
 
-class InstPBTrace : InstTracer
+class InstPBTrace : public InstTracer
 {
  public:
     InstPBTrace(const InstPBTraceParams *p);