diff options
Diffstat (limited to 'gdb/arch/aarch64-insn.h')
-rw-r--r-- | gdb/arch/aarch64-insn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/aarch64-insn.h b/gdb/arch/aarch64-insn.h index 4492594..47a825b 100644 --- a/gdb/arch/aarch64-insn.h +++ b/gdb/arch/aarch64-insn.h @@ -19,7 +19,7 @@ #ifndef ARCH_AARCH64_INSN_H #define ARCH_AARCH64_INSN_H -extern int aarch64_debug; +extern bool aarch64_debug; /* List of opcodes that we need for building the jump pad and relocating an instruction. */ |