diff options
Diffstat (limited to 'gas/config/tc-pj.h')
-rw-r--r-- | gas/config/tc-pj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-pj.h b/gas/config/tc-pj.h index eda1792..61cd11f 100644 --- a/gas/config/tc-pj.h +++ b/gas/config/tc-pj.h @@ -36,7 +36,7 @@ void pj_cons_fix_new_pj (struct frag *, int, int, expressionS *, arelent *tc_gen_reloc (asection *, struct fix *); #define md_section_align(SEGMENT, SIZE) (SIZE) -#define md_convert_frag(B, S, F) (as_fatal (_("convert_frag\n")), 0) +#define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) #define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")),0) #define md_undefined_symbol(NAME) 0 |