diff options
Diffstat (limited to 'include/opcode/aarch64.h')
-rw-r--r-- | include/opcode/aarch64.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index 3a28855..e6f080c 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -535,6 +535,9 @@ struct aarch64_opcode /* Flags providing information about this instruction */ uint32_t flags; + + /* If non-NULL, a function to verify that a given instruction is valid. */ + bfd_boolean (* verifier) (const struct aarch64_opcode *, const aarch64_insn); }; typedef struct aarch64_opcode aarch64_opcode; |