diff options
Diffstat (limited to 'gas/config/tc-riscv.h')
-rw-r--r-- | gas/config/tc-riscv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-riscv.h b/gas/config/tc-riscv.h index a4f40e6..5e59740 100644 --- a/gas/config/tc-riscv.h +++ b/gas/config/tc-riscv.h @@ -62,7 +62,7 @@ extern bfd_boolean riscv_frag_align_code (int); extern void riscv_handle_align (fragS *); #define HANDLE_ALIGN riscv_handle_align -#define MAX_MEM_FOR_RS_ALIGN_CODE 7 +#define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4) /* The ISA of the target may change based on command-line arguments. */ #define TARGET_FORMAT riscv_target_format() |