summaryrefslogtreecommitdiff
path: root/src/sim/system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/system.cc')
-rw-r--r--src/sim/system.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/system.cc b/src/sim/system.cc
index 2e74d01c8..3f7ea9286 100644
--- a/src/sim/system.cc
+++ b/src/sim/system.cc
@@ -95,6 +95,7 @@ System::System(Params *p)
workItemsBegin(0),
workItemsEnd(0),
numWorkIds(p->num_work_ids),
+ thermalModel(p->thermal_model),
_params(p),
totalNumInsts(0),
instEventQueue("system instruction-based event queue")