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:
parent
6677b9122a
commit
a196dbe3bf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class InstPBTraceRecord : public InstRecord
|
|||
|
||||
};
|
||||
|
||||
class InstPBTrace : InstTracer
|
||||
class InstPBTrace : public InstTracer
|
||||
{
|
||||
public:
|
||||
InstPBTrace(const InstPBTraceParams *p);
|
||||
|
|
Loading…
Reference in a new issue