diff options
Diffstat (limited to 'include')
-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 4a554df..aeb3d9a 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -1115,7 +1115,7 @@ struct aarch64_indexed_za struct { int regno; /* <Wv> */ - int imm; /* <imm> */ + int64_t imm; /* <imm> */ } index; unsigned v : 1; /* <HV> horizontal or vertical vector indicator. */ }; |