Re: [PATCH v2] perf annotate: fix parsing aarch64 branch instructions after objdump update
From: Arnaldo Carvalho de Melo
Date:  Thu Aug 30 2018 - 14:47:19 EST
Em Mon, Aug 27, 2018 at 12:53:40PM -0500, Kim Phillips escreveu:
> v2: address acme's comments:
>     - consolidate into a validate_comma()
>     - call from an additional couple of places necessary
>     - don't listen to checkpatch wrt reflowing jump__parse definition
>       line to less than 80 characters, just rm the __maybe_unused
>     - re-tested no diff on x86_64 and power arch, arm64 conditional
>       branches fixed.
Thanks for taking into account my comments, applied.
- Arnaldo