diff options
Diffstat (limited to 'cpu/o3/lsq.hh')
-rw-r--r-- | cpu/o3/lsq.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/o3/lsq.hh b/cpu/o3/lsq.hh index b321d4590..c67225bc0 100644 --- a/cpu/o3/lsq.hh +++ b/cpu/o3/lsq.hh @@ -62,6 +62,9 @@ class LSQ { /** Returns the name of the LSQ. */ std::string name() const; + /** Registers the statistics for each LSQ Unit. */ + void regStats(); + /** Sets the pointer to the list of active threads. */ void setActiveThreads(std::list<unsigned> *at_ptr); /** Sets the CPU pointer. */ |