diff options
Diffstat (limited to 'gdb/arch/aarch64-insn.h')
-rw-r--r-- | gdb/arch/aarch64-insn.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/aarch64-insn.h b/gdb/arch/aarch64-insn.h index e4ee5c7..bd3a85f 100644 --- a/gdb/arch/aarch64-insn.h +++ b/gdb/arch/aarch64-insn.h @@ -16,8 +16,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_INSN_H -#define ARCH_AARCH64_INSN_H +#ifndef GDB_ARCH_AARCH64_INSN_H +#define GDB_ARCH_AARCH64_INSN_H extern bool aarch64_debug; @@ -356,4 +356,4 @@ int aarch64_emit_load_store (uint32_t *buf, uint32_t size, struct aarch64_register rn, struct aarch64_memory_operand operand); -#endif /* ARCH_AARCH64_INSN_H */ +#endif /* GDB_ARCH_AARCH64_INSN_H */ |