aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/aarch64-mte.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/aarch64-mte.h')
-rw-r--r--gdb/arch/aarch64-mte.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/aarch64-mte.h b/gdb/arch/aarch64-mte.h
index 7d8445e..0b4f4a3 100644
--- a/gdb/arch/aarch64-mte.h
+++ b/gdb/arch/aarch64-mte.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 ARCH_AARCH64_MTE_H
-#define ARCH_AARCH64_MTE_H
+#ifndef GDB_ARCH_AARCH64_MTE_H
+#define GDB_ARCH_AARCH64_MTE_H
/* We have one tag per 16 bytes of memory. */
@@ -48,4 +48,4 @@ extern CORE_ADDR aarch64_mte_set_ltag (CORE_ADDR address, CORE_ADDR tag);
It is always possible to get the logical tag. */
extern CORE_ADDR aarch64_mte_get_ltag (CORE_ADDR address);
-#endif /* ARCH_AARCH64_MTE_H */
+#endif /* GDB_ARCH_AARCH64_MTE_H */