Fix: Wrong variable checked in bin_info_child_die_has_address
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 30 May 2016 14:22:45 +0000 (10:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 30 May 2016 14:22:45 +0000 (10:22 -0400)
commit14c2a1911366de2878a3d0e4ffe9d63c6bb44155
treed48334907e69662051381bd64563a80f0f565dd2
parenta25e0d14fbcf5fb134d065308eddca44f3bf4b1f
Fix: Wrong variable checked in bin_info_child_die_has_address

"contains", which is an output pointer, is used instead of the
local boolean that is set by the call to
bt_dwarf_die_contains_addr.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/bin-info.c
This page took 0.023809 seconds and 4 git commands to generate.