summaryrefslogtreecommitdiff
path: root/cpu/base.hh
diff options
context:
space:
mode:
authorBenjamin Nash <benash@umich.edu>2005-06-29 11:17:12 -0400
committerBenjamin Nash <benash@umich.edu>2005-06-29 11:17:12 -0400
commiteaeb1b6ff084b4797a31908fa5fb1d688c55dd60 (patch)
tree7a8e4d4bcd25f2f51c1020fedeff0f47449fd0c9 /cpu/base.hh
parentbc76a807af2a2a874be461f0c6be9a6c5ec8bfad (diff)
parent8a0bc840221cf7af4845f4ee44de11bc7271ff10 (diff)
downloadgem5-eaeb1b6ff084b4797a31908fa5fb1d688c55dd60.tar.xz
Merge m5read@m5.eecs.umich.edu:/bk/m5
into zed.eecs.umich.edu:/z/benash/bk/m5 --HG-- extra : convert_revision : a27bb3737d8a7d5c1fadf27f4cb5018d0b6054da
Diffstat (limited to 'cpu/base.hh')
-rw-r--r--cpu/base.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/base.hh b/cpu/base.hh
index cafe70b75..e28f15884 100644
--- a/cpu/base.hh
+++ b/cpu/base.hh
@@ -111,6 +111,7 @@ class BaseCPU : public SimObject
Tick functionTraceStart;
#ifdef FULL_SYSTEM
System *system;
+ int cpu_id;
#endif
};