projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22679d3
)
add a couple of hacks to get thigns going for ISCA
author
Nathan Binkert
<binkertn@umich.edu>
Fri, 7 Nov 2003 10:06:22 +0000
(
05:06
-0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Fri, 7 Nov 2003 10:06:22 +0000
(
05:06
-0500)
arch/alpha/pseudo_inst.hh:
Give temporary access of these functions to full cpu junk
(this is a hack!)
--HG--
extra : convert_revision :
35499d6bf03b1c21dc918ccc09a6d21719262120
arch/alpha/pseudo_inst.hh
patch
|
blob
|
history
diff --git
a/arch/alpha/pseudo_inst.hh
b/arch/alpha/pseudo_inst.hh
index 60031f8cd3952e2bd41929606a22d5ddb40b99a0..85f432504d180765811d74353d1780746e06cc96 100644
(file)
--- a/
arch/alpha/pseudo_inst.hh
+++ b/
arch/alpha/pseudo_inst.hh
@@
-30,6
+30,13
@@
class ExecContext;
namespace AlphaPseudo
{
+ /**
+ * @todo these externs are only here for a hack in fullCPU::takeOver...
+ */
+ extern bool doStatisticsInsts;
+ extern bool doCheckpointInsts;
+ extern bool doQuiesce;
+
void quiesce(ExecContext *xc);
void m5exit(ExecContext *xc);
void m5exit_old(ExecContext *xc);