mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 23:47:39 +01:00
(x86_local_resume): Tweak debug-level code to match ia64-version.
(Logical change 1.265)
This commit is contained in:
parent
1e57152ba7
commit
21dd6ad5cb
1 changed files with 2 additions and 2 deletions
|
@ -84,12 +84,12 @@ x86_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg)
|
|||
if (c->eh_valid_mask & 0x8) sc->sc_gr[18] = c->eh_args[3];
|
||||
#endif
|
||||
|
||||
Debug (9, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc);
|
||||
Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc);
|
||||
sigreturn (sc);
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug (9, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
|
||||
Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
|
||||
setcontext (uc);
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue