From 5a82ebaffc0fdb9480a95ae849b3948662a6d3b3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 27 Jan 1998 17:35:43 +0000 Subject: [PATCH] tweak again --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 8beb8ac..2c0fd79 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -5073,7 +5073,7 @@ md_apply_fix3 (fixP, val, seg) switch (fixP->fx_r_type) { case BFD_RELOC_ARM_IMMEDIATE: - newimm = (offsetT) validate_immediate (value); + newimm = validate_immediate (value); temp = md_chars_to_number (buf, INSN_SIZE); /* If the instruction will fail, see if we can fix things up by -- 2.7.4