summaryrefslogtreecommitdiff
path: root/src/cpu/thread_state.hh
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2006-11-17 22:01:18 -0500
committerRon Dreslinski <rdreslin@umich.edu>2006-11-17 22:01:18 -0500
commita00e13b1fe1f7f552bbb4623c4a4638f69e42000 (patch)
treeca711ddb66ffbff105de2defd3c6bf40cfd52aab /src/cpu/thread_state.hh
parentf028865d351fbeae38230183e58a77bc0ad0cc12 (diff)
parentcd0b65508e3f9d9f72cd834aeccf9fd1f0349351 (diff)
downloadgem5-a00e13b1fe1f7f552bbb4623c4a4638f69e42000.tar.xz
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/newmemcleanest --HG-- extra : convert_revision : 1fc55d7d5707bb7c63790aab306ca5ea8ade5fab
Diffstat (limited to 'src/cpu/thread_state.hh')
-rw-r--r--src/cpu/thread_state.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/thread_state.hh b/src/cpu/thread_state.hh
index 0a0af8b71..183ddcd2b 100644
--- a/src/cpu/thread_state.hh
+++ b/src/cpu/thread_state.hh
@@ -141,12 +141,11 @@ struct ThreadState {
/** Sets the status of this thread. */
void setStatus(Status new_status) { _status = new_status; }
- protected:
+ public:
/** Gets a functional port from the memory object that's connected
* to the CPU. */
Port *getMemFuncPort();
- public:
/** Number of instructions committed. */
Counter numInst;
/** Stat for number instructions committed. */