sim: Add an option to forward work items to Python
[gem5.git] / src / sim / system.cc
index d0418d99b0d28aa791640a4ca27c62aa3249ac1d..2e74d01c8b1fdcabd40e2a742af1e26a2242712b 100644 (file)
@@ -80,6 +80,7 @@ int System::numSystemsRunning = 0;
 System::System(Params *p)
     : MemObject(p), _systemPort("system_port", this),
       _numContexts(0),
+      multiThread(p->multi_thread),
       pagePtr(0),
       init_param(p->init_param),
       physProxy(_systemPort, p->cache_line_size),