Hello Andreas Sandberg,
I'd like you to do a code review. Please visit
https://gem5-review.googlesource.com/c/public/gem5/+/13144
to review the following change.
Change subject: cpu: Fix typo in header guard for Noncaching cpu
......................................................................
cpu: Fix typo in header guard for Noncaching cpu
Change-Id: If8ec5f5f49e99d4989658273723b943dd8df84c6
Signed-off-by: Giacomo Travaglini <[email protected]>
Reviewed-by: Andreas Sandberg <[email protected]>
---
M src/cpu/simple/noncaching.hh
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/simple/noncaching.hh b/src/cpu/simple/noncaching.hh
index 775aa21..654a178 100644
--- a/src/cpu/simple/noncaching.hh
+++ b/src/cpu/simple/noncaching.hh
@@ -38,7 +38,7 @@
*/
#ifndef __CPU_SIMPLE_NONCACHING_HH__
-#define __CPU_SIMPLE_NONCACHING_HH___
+#define __CPU_SIMPLE_NONCACHING_HH__
#include "cpu/simple/atomic.hh"
#include "params/NonCachingSimpleCPU.hh"
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/13144
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: If8ec5f5f49e99d4989658273723b943dd8df84c6
Gerrit-Change-Number: 13144
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev