changeset 57dec8c3e03f in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=57dec8c3e03f
description:
        Fault: Forgot to refresh to grab these header guard updates.

diffstat:

 src/sim/fault_fwd.hh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 459db0aebcf7 -r 57dec8c3e03f src/sim/fault_fwd.hh
--- a/src/sim/fault_fwd.hh      Fri Feb 04 00:09:22 2011 -0500
+++ b/src/sim/fault_fwd.hh      Thu Feb 03 22:07:34 2011 -0800
@@ -28,8 +28,8 @@
  * Authors: Gabe Black
  */
 
-#ifndef __SIM_FAULT_HH__
-#define __SIM_FAULT_HH__
+#ifndef __SIM_FAULT_FWD_HH__
+#define __SIM_FAULT_FWD_HH__
 
 class FaultBase;
 template <class T> class RefCountingPtr;
@@ -37,4 +37,4 @@
 
 FaultBase * const NoFault = 0;
 
-#endif // __SIM_FAULT_HH__
+#endif // __SIM_FAULT_FWD_HH__
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to