diff options
Diffstat (limited to 'bfd/versados.c')
-rw-r--r-- | bfd/versados.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/versados.c b/bfd/versados.c index 93a90a7..70e936e 100644 --- a/bfd/versados.c +++ b/bfd/versados.c @@ -381,11 +381,11 @@ process_otr (bfd *abfd, struct ext_otr *otr, int pass) /* PR 17512: file: ac7da425. */ if (otr->esdid == 0) return; - + esdid = &EDATA (abfd, otr->esdid - 1); contents = esdid->contents; dst_idx = esdid->pc; - + for (shift = ((unsigned long) 1 << 31); shift && srcp < endp; shift >>= 1) { if (bits & shift) |