diff options
Diffstat (limited to 'gas/config/tc-rx.h')
-rw-r--r-- | gas/config/tc-rx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-rx.h b/gas/config/tc-rx.h index 3c4524f..29c4382 100644 --- a/gas/config/tc-rx.h +++ b/gas/config/tc-rx.h @@ -96,7 +96,7 @@ extern void rx_cons_fix_new (fragS *, int, int, expressionS *, goto around; \ } -#define MAX_MEM_FOR_RS_ALIGN_CODE 8 +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) 8 #define HANDLE_ALIGN(SEC, FRAG) rx_handle_align (FRAG) extern void rx_handle_align (fragS *); |