mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 00:27:39 +01:00
Revert "x86_64: unbreak test-ptrace"
This reverts commit c9c5a40be1
.
dwarf_get() returns 0 on success. We should continue unwinding
in that case.
TBD: investigate test-ptrace failure on some platforms.
This commit is contained in:
parent
c9c5a40be1
commit
dd297ea92e
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ unw_step (unw_cursor_t *cursor)
|
|||
Debug (2, "returning %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
ret = 1;
|
||||
}
|
||||
else
|
||||
c->dwarf.ip = 0;
|
||||
|
|
Loading…
Reference in a new issue