diff options
Diffstat (limited to 'include/opcode/aarch64.h')
-rw-r--r-- | include/opcode/aarch64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index a8b1f89..c423858 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -652,7 +652,7 @@ extern bfd_boolean aarch64_pstatefield_supported_p (const aarch64_feature_set, typedef struct { - const char *template; + const char *name; uint32_t value; int has_xt; } aarch64_sys_ins_reg; |