aboutsummaryrefslogtreecommitdiff
path: root/gdb/displaced-stepping.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/displaced-stepping.h')
-rw-r--r--gdb/displaced-stepping.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/displaced-stepping.h b/gdb/displaced-stepping.h
index ba0d56c..d7a537a 100644
--- a/gdb/displaced-stepping.h
+++ b/gdb/displaced-stepping.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef DISPLACED_STEPPING_H
-#define DISPLACED_STEPPING_H
+#ifndef GDB_DISPLACED_STEPPING_H
+#define GDB_DISPLACED_STEPPING_H
#include "gdbsupport/array-view.h"
#include "gdbsupport/byte-vector.h"
@@ -207,4 +207,4 @@ private:
std::vector<displaced_step_buffer> m_buffers;
};
-#endif /* DISPLACED_STEPPING_H */
+#endif /* GDB_DISPLACED_STEPPING_H */