projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfe62a
)
sim: Remove unused variables
author
Andreas Sandberg
<Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:45 +0000
(13:05 -0500)
committer
Andreas Sandberg
<Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:45 +0000
(13:05 -0500)
src/sim/pseudo_inst.hh
patch
|
blob
|
history
diff --git
a/src/sim/pseudo_inst.hh
b/src/sim/pseudo_inst.hh
index 27d3b19d4c4da086ec1907b3f74bc07bb12e694d..4a6493a668f21d2a8e4957a851a7a737dd19a24f 100644
(file)
--- a/
src/sim/pseudo_inst.hh
+++ b/
src/sim/pseudo_inst.hh
@@
-38,13
+38,6
@@
class ThreadContext;
namespace PseudoInst {
-/**
- * @todo these externs are only here for a hack in fullCPU::takeOver...
- */
-extern bool doStatisticsInsts;
-extern bool doCheckpointInsts;
-extern bool doQuiesce;
-
void arm(ThreadContext *tc);
void quiesce(ThreadContext *tc);
void quiesceSkip(ThreadContext *tc);