summaryrefslogtreecommitdiff
path: root/src/cpu/base.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/base.hh')
-rw-r--r--src/cpu/base.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/base.hh b/src/cpu/base.hh
index 3673a5f18..662b24a99 100644
--- a/src/cpu/base.hh
+++ b/src/cpu/base.hh
@@ -109,8 +109,10 @@ class BaseCPU : public MemObject
{
protected:
- // @todo remove me after debugging with legion done
+ /// Instruction count used for SPARC misc register
+ /// @todo unify this with the counters that cpus individually keep
Tick instCnt;
+
// every cpu has an id, put it in the base cpu
// Set at initialization, only time a cpuId might change is during a
// takeover (which should be done from within the BaseCPU anyway,