ruby: set: corrects csprintf() call introduced by 7d95b650c9b6
[gem5.git] / src / sim / fault_fwd.hh
index 26a133328df98a2f5a2595898a32ca47b2fde1bb..64ccd4b15eca84117b52f07e8c68a7bb28446710 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Advanced Micro Devices
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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__