summaryrefslogtreecommitdiff
path: root/src/x86
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
parentafb2491ccbcc9f91585fe53ee30a1c23eff7c479 (diff)
downloadlibunwind-c66661f73cb66513e9c08897ab38e89c4ca96407.tar.gz
Drop reference to dwarf.ret_addr_column.
Diffstat (limited to 'src/x86')
-rw-r--r--src/x86/Gstep.c1
-rw-r--r--src/x86/init.h1
2 files changed, 0 insertions, 2 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]))
{
diff --git a/src/x86/init.h b/src/x86/init.h
index 027aedc3..b0db8d33 100644
--- a/src/x86/init.h
+++ b/src/x86/init.h
@@ -58,7 +58,6 @@ common_init (struct cursor *c, unsigned use_prev_instr)
c->sigcontext_addr = 0;
c->dwarf.args_size = 0;
- c->dwarf.ret_addr_column = 0;
c->dwarf.stash_frames = 0;
c->dwarf.use_prev_instr = use_prev_instr;
c->dwarf.pi_valid = 0;