This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: typo in intern_fde


> -      if ((Dwarf_Word) (fde->instructions_end < fde->instructions) < len)
> +      if ((Dwarf_Word) (fde->instructions_end - fde->instructions) < len)

D'oh!

It wouldn't hurt GCC to grow a "int that is Boolean used with </>" warning.

> OK to push?

Yes, please!


Thanks,
Roland

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]