summaryrefslogtreecommitdiff
path: root/src/x86/Gstep.c
diff options
context:
space:
mode:
authorDoug Moore <dougm@rice.edu>2017-05-19 19:19:12 -0500
committerDoug Moore <dougm@rice.edu>2017-05-19 19:19:12 -0500
commitc66661f73cb66513e9c08897ab38e89c4ca96407 (patch)
tree48ecfa2f458b437c8568787265486fbaaefe22b5 /src/x86/Gstep.c
parentafb2491ccbcc9f91585fe53ee30a1c23eff7c479 (diff)
downloadlibunwind-c66661f73cb66513e9c08897ab38e89c4ca96407.tar.gz
Drop reference to dwarf.ret_addr_column.
Diffstat (limited to 'src/x86/Gstep.c')
-rw-r--r--src/x86/Gstep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x86/Gstep.c b/src/x86/Gstep.c
index 517dd62a..8cec72ef 100644
--- a/src/x86/Gstep.c
+++ b/src/x86/Gstep.c
@@ -90,7 +90,6 @@ unw_step (unw_cursor_t *cursor)
c->dwarf.loc[EIP] = eip_loc;
c->dwarf.use_prev_instr = 1;
}
- c->dwarf.ret_addr_column = EIP;
if (!DWARF_IS_NULL_LOC (c->dwarf.loc[EBP]))
{