diff options
Diffstat (limited to 'gas/config/tc-score.h')
-rw-r--r-- | gas/config/tc-score.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h index 92776c8..e02ff8f 100644 --- a/gas/config/tc-score.h +++ b/gas/config/tc-score.h @@ -30,7 +30,7 @@ #define DIFF_EXPR_OK #define RELOC_EXPANSION_POSSIBLE #define MAX_RELOC_EXPANSION 2 -#define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4) +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (3 + 4) #define md_undefined_symbol(name) NULL |