diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/loongarch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/loongarch.h b/include/opcode/loongarch.h index 251daf1..965a164 100644 --- a/include/opcode/loongarch.h +++ b/include/opcode/loongarch.h @@ -256,6 +256,7 @@ dec2 : [1-9][0-9]? int relax; int thin_add_sub; + int ignore_start_align; } LARCH_opts; extern size_t loongarch_insn_length (insn_t insn); |