diff options
Diffstat (limited to 'gas/config/tc-frv.h')
-rw-r--r-- | gas/config/tc-frv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-frv.h b/gas/config/tc-frv.h index 21e3bac..609ed6f 100644 --- a/gas/config/tc-frv.h +++ b/gas/config/tc-frv.h @@ -98,7 +98,7 @@ extern void frv_frob_file (void); code actually happens to run, but this is probably too much effort for little gain. This code is not meant to be run anyway, so just emit nops. */ -#define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4) +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (3 + 4) #define HANDLE_ALIGN(SEC, FRAGP) do \ if ((FRAGP)->fr_type == rs_align_code) \ { \ |