aboutsummaryrefslogtreecommitdiff
path: root/gdb/z80-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/z80-tdep.h')
-rw-r--r--gdb/z80-tdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/z80-tdep.h b/gdb/z80-tdep.h
index 4b36024..19a7d04 100644
--- a/gdb/z80-tdep.h
+++ b/gdb/z80-tdep.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 Z80_TDEP_H
-#define Z80_TDEP_H
+#ifndef GDB_Z80_TDEP_H
+#define GDB_Z80_TDEP_H
/* Register pair constants
Order optimized for gdb-stub implementation
@@ -49,4 +49,4 @@ enum z80_regnum
#define EZ80_NUM_REGS (Z80_NUM_REGS + 1)
#define EZ80_REG_BYTES (EZ80_NUM_REGS*3)
-#endif /* z80-tdep.h */
+#endif /* GDB_Z80_TDEP_H */