Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/48647 )

Change subject: mem: Use the new "debug" namespace, and not "Debug".
......................................................................

mem: Use the new "debug" namespace, and not "Debug".

The "Debug" namespace is deprecated and has been replaced by "debug".

Change-Id: Ic8e9082361a6717f3b07990dbaa1a66b0926f000
---
M src/mem/cache/prefetch/queued.cc
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/mem/cache/prefetch/queued.cc b/src/mem/cache/prefetch/queued.cc
index dec71f2..ae4913d 100644
--- a/src/mem/cache/prefetch/queued.cc
+++ b/src/mem/cache/prefetch/queued.cc
@@ -517,7 +517,7 @@
         queue.insert(it, dpp);
     }

-    if (Debug::HWPrefetchQueue)
+    if (debug::HWPrefetchQueue)
         printQueue(queue);
 }


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/48647
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ic8e9082361a6717f3b07990dbaa1a66b0926f000
Gerrit-Change-Number: 48647
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to