summaryrefslogtreecommitdiff
path: root/cpu/thread_state.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/thread_state.hh')
-rw-r--r--cpu/thread_state.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/thread_state.hh b/cpu/thread_state.hh
index e09cb12fd..12146bd11 100644
--- a/cpu/thread_state.hh
+++ b/cpu/thread_state.hh
@@ -60,6 +60,7 @@ struct ThreadState {
: cpuId(_cpuId), tid(_tid), mem(_mem), process(_process), asid(_asid)
#endif
{
+ numInst = 0;
funcExeInst = 0;
storeCondFailures = 0;
}