projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48fe27
)
Fault: Forgot to refresh to grab these header guard updates.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 4 Feb 2011 06:07:34 +0000
(22:07 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 4 Feb 2011 06:07:34 +0000
(22:07 -0800)
src/sim/fault_fwd.hh
patch
|
blob
|
history
diff --git
a/src/sim/fault_fwd.hh
b/src/sim/fault_fwd.hh
index 26a133328df98a2f5a2595898a32ca47b2fde1bb..998dba1950f80edfde7341c942444fcb68f58c52 100644
(file)
--- a/
src/sim/fault_fwd.hh
+++ b/
src/sim/fault_fwd.hh
@@
-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
@@
typedef RefCountingPtr<FaultBase> Fault;
FaultBase * const NoFault = 0;
-#endif // __SIM_FAULT_HH__
+#endif // __SIM_FAULT_
FWD_
HH__