mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
tweak again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user