summaryrefslogtreecommitdiff
path: root/src/x86
diff options
context:
space:
mode:
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;