cpu: Fix InstPBTrace inheritance

This patch fixes an issue that prevented gem5 to be built with C++
config and without Python.
This commit is contained in:
Andreas Hansson 2015-03-26 11:16:43 -04:00
parent 6677b9122a
commit a196dbe3bf

View file

@ -82,7 +82,7 @@ class InstPBTraceRecord : public InstRecord
};
class InstPBTrace : InstTracer
class InstPBTrace : public InstTracer
{
public:
InstPBTrace(const InstPBTraceParams *p);