commit | 70798b1ba0a5b9a7242b48bf9598957476f8168b | [log] [tgz] |
---|---|---|
author | David Guillen Fandos <david.guillen@arm.com> | Mon Jun 06 17:16:43 2016 +0100 |
committer | David Guillen Fandos <david.guillen@arm.com> | Mon Jun 06 17:16:43 2016 +0100 |
tree | 5cdcb4e59a49483ac44eeda3af557fc573038034 | |
parent | 589033c94c0381fe4e67cebe08352b6e1fbcde2e [diff] |
stats: Fixing regStats function for some SimObjects Fixing an issue with regStats not calling the parent class method for most SimObjects in Gem5. This causes issues if one adds new stats in the base class (since they are never initialized properly!). Change-Id: Iebc5aa66f58816ef4295dc8e48a357558d76a77c Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>