Giacomo Travaglini has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/13144 )

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]>
Reviewed-on: https://gem5-review.googlesource.com/13144
Maintainer: Andreas Sandberg <[email protected]>
---
M src/cpu/simple/noncaching.hh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Andreas Sandberg: Looks good to me, approved; Looks good to me, approved



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: 2
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to