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 1dae6e1..52d33d2 100644 --- a/gas/config/tc-pj.h +++ b/gas/config/tc-pj.h @@ -46,7 +46,7 @@ arelent *tc_gen_reloc PARAMS((asection *section, struct fix *fixp)); ((FIXP)->fx_where + (FIXP)->fx_frag->fr_address - 1) #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ - pj_cons_fix_new_pj(FRAG, WHERE, NBYTES, EXP) + pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP) /* Always leave vtable relocs untouched in the output. */ #define TC_FORCE_RELOCATION(FIX) \ |