>>> On 09.12.16 at 16:44, <ian.jack...@eu.citrix.com> wrote:
> +static inline bool elf_iter_ok(struct elf_binary *elf)
> +    { return elf_iter_ok_counted(elf,1); }

Having seen first uses of this - why is this 1 instead of 0? Once it is,
calling elf_iter_ok_counted() here would be rather pointless, and
checking just elf_broken() here would allow the parameter to become
const.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to