summaryrefslogtreecommitdiff
path: root/src/x86/Gstep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86/Gstep.c')
-rw-r--r--src/x86/Gstep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x86/Gstep.c b/src/x86/Gstep.c
index 0965db2f..fb1d6a26 100644
--- a/src/x86/Gstep.c
+++ b/src/x86/Gstep.c
@@ -88,6 +88,7 @@ unw_step (unw_cursor_t *cursor)
c->dwarf.loc[EBP] = ebp_loc;
c->dwarf.loc[EIP] = eip_loc;
+ c->dwarf.use_prev_instr = 1;
}
c->dwarf.ret_addr_column = EIP;