mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-29 18:27:37 +01:00
Convince gcc that x86_64_sigreturn cannot return, as declared.
This commit is contained in:
parent
a688d6c4c9
commit
f01a043712
1 changed files with 1 additions and 0 deletions
|
@ -190,5 +190,6 @@ x86_64_sigreturn (unw_cursor_t *cursor)
|
||||||
Debug (8, "resuming at ip=%llx via sigreturn(%p)\n",
|
Debug (8, "resuming at ip=%llx via sigreturn(%p)\n",
|
||||||
(unsigned long long) c->dwarf.ip, uc);
|
(unsigned long long) c->dwarf.ip, uc);
|
||||||
sigreturn(uc);
|
sigreturn(uc);
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue