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 01c8ca1..2ba94fd 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -1210,7 +1210,7 @@ struct aarch64_reglist unsigned has_index : 1; /* Lane index; valid only when has_index is 1. */ int64_t index; -} reglist; +}; /* Structure representing an operand. */ |