misc: Replace M5_CLASS_VAR_USED with GEM5_CLASS_VAR_USED.

Change-Id: Ibd2230d684f41201b07fa9083881145e36176a68
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45241
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
This commit is contained in:
Gabe Black
2021-05-08 20:49:39 -07:00
parent 2fd7508e9f
commit 02ae343c66
5 changed files with 5 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ class ProbeManager
{
private:
/** Required for sensible debug messages.*/
M5_CLASS_VAR_USED const SimObject *object;
GEM5_CLASS_VAR_USED const SimObject *object;
/** Vector for name look-up. */
std::vector<ProbePoint *> points;