tweak again
This commit is contained in:
parent
29b2b5da96
commit
5a82ebaffc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user