diff options
Diffstat (limited to 'gas/config/tc-tilegx.h')
-rw-r--r-- | gas/config/tc-tilegx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tilegx.h b/gas/config/tc-tilegx.h index 06db441..e3789e4 100644 --- a/gas/config/tc-tilegx.h +++ b/gas/config/tc-tilegx.h @@ -42,7 +42,7 @@ extern const char * tilegx_target_format (void); #define HANDLE_ALIGN(sec, fragp) tilegx_handle_align (fragp) extern void tilegx_handle_align (struct frag *); -#define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8) +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (7 + 8) struct tilegx_operand; #define TC_FIX_TYPE const struct tilegx_operand * |