diff options
Diffstat (limited to 'sim/system.cc')
-rw-r--r-- | sim/system.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/system.cc b/sim/system.cc index 619593abd..b801cb254 100644 --- a/sim/system.cc +++ b/sim/system.cc @@ -52,6 +52,9 @@ System::System(const std::string _name, bin(_bin), binned_fns(binned_fns) { + // increment the number of running systems + numSystemsRunning++; + // add self to global system list systemList.push_back(this); if (bin == true) { |