util: Rename recently renamed namespaces

These namespaces were recently renamed, but the
renames were not applied here.

Change-Id: I3093f193e835f81e1beca538cbca6a0751f6c21b
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/46541
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Daniel R. Carvalho
2021-06-04 19:44:59 -03:00
committed by Daniel Carvalho
parent 89e36417d4
commit 2f8a8508fb
11 changed files with 70 additions and 56 deletions

View File

@@ -71,7 +71,7 @@ class Printer : public sc_core::sc_module
}
}
Stats::Scalar numWords;
statistics::Scalar numWords;
// Gem5 statistics should be set up during the "end_of_elabortion"
// callback.