diff options
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index d92f321..150b47e 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -2037,7 +2037,7 @@ append_insn (place, ip, address_expr, reloc_type, unmatched_hi) { if (address_expr->X_op == O_constant) { - unsigned long tmp; + valueT tmp; switch (*reloc_type) { |