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:
@@ -82,7 +82,7 @@ class InstPBTraceRecord : public InstRecord
|
||||
|
||||
};
|
||||
|
||||
class InstPBTrace : InstTracer
|
||||
class InstPBTrace : public InstTracer
|
||||
{
|
||||
public:
|
||||
InstPBTrace(const InstPBTraceParams *p);
|
||||
|
||||
Reference in New Issue
Block a user