diff options
Diffstat (limited to 'gas/config/tc-rx.c')
-rw-r--r-- | gas/config/tc-rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-rx.c b/gas/config/tc-rx.c index 0ecda64..8685df1 100644 --- a/gas/config/tc-rx.c +++ b/gas/config/tc-rx.c @@ -2252,7 +2252,7 @@ rx_cons_fix_new (fragS * frag, type = BFD_RELOC_RX_DIFF; } - fix_new_exp (frag, where, (int) size, exp, 0, type); + fix_new_exp (frag, where, size, exp, 0, type); } void |