libdw: Don't dereference and assign values we are skipping
authorMark Wielaard <mark@klomp.org>
Thu, 3 Nov 2022 12:44:35 +0000 (13:44 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 3 Nov 2022 12:44:35 +0000 (13:44 +0100)
commitb0a0235771906e3bcd6174c4e3c020b5522b0be5
treefb82b799e9b2b7eeea4864882bea4093524890a8
parent75f2de448f311807e2493f2a37a980e2d872b229
libdw: Don't dereference and assign values we are skipping

We don't use the FDE address encoding byte, so no reason
to read and store it. Just skip past it.

Signed-off-by: Mark Wielaard <mark@klomp.org>
libdw/ChangeLog
libdw/dwarf_next_cfi.c