aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-spu.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-spu.h')
-rw-r--r--gas/config/tc-spu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-spu.h b/gas/config/tc-spu.h
index 4c16485..7089615 100644
--- a/gas/config/tc-spu.h
+++ b/gas/config/tc-spu.h
@@ -104,6 +104,6 @@ extern symbolS *section_symbol (asection *);
extern void spu_handle_align (fragS *);
#define HANDLE_ALIGN(sec, frag) spu_handle_align (frag)
-#define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8)
+#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (7 + 8)
#endif /* TC_SPU */