projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6677b91
)
cpu: Fix InstPBTrace inheritance
author
Andreas Hansson
<andreas.hansson@arm.com>
Thu, 26 Mar 2015 15:16:43 +0000
(11:16 -0400)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/src/cpu/inst_pb_trace.hh
b/src/cpu/inst_pb_trace.hh
index 326f8b93a71719f100dd029ba0683215f0e3df4f..bdafb6245d550f1d46b12f53842ab7ab783088bb 100644
(file)
--- a/
src/cpu/inst_pb_trace.hh
+++ b/
src/cpu/inst_pb_trace.hh
@@
-82,7
+82,7
@@
class InstPBTraceRecord : public InstRecord
};
-class InstPBTrace : InstTracer
+class InstPBTrace :
public
InstTracer
{
public:
InstPBTrace(const InstPBTraceParams *p);