diff options
Diffstat (limited to 'gas/config/tc-tilepro.h')
-rw-r--r-- | gas/config/tc-tilepro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tilepro.h b/gas/config/tc-tilepro.h index 945d1ca..f985053 100644 --- a/gas/config/tc-tilepro.h +++ b/gas/config/tc-tilepro.h @@ -42,7 +42,7 @@ #define HANDLE_ALIGN(sec, fragp) tilepro_handle_align (fragp) extern void tilepro_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 tilepro_operand; #define TC_FIX_TYPE const struct tilepro_operand * |