Hi Tim,
On Thu, Nov 12, 2020 at 04:03:59PM +0100, Timm Bäder via Elfutils-devel wrote:
> This prevents a jump which is needed in a later patch.
I liked them better when they defined the array size, since it shows
the array size equals the for loop bounds. But the usage does look
nicer now. I adde
This prevents a jump which is needed in a later patch.
Signed-off-by: Timm Bäder
---
libdwfl/dwfl_segment_report_module.c | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/libdwfl/dwfl_segment_report_module.c
b/libdwfl/dwfl_segment_report_module.