mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +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",
|
||||
(unsigned long long) c->dwarf.ip, uc);
|
||||
sigreturn(uc);
|
||||
abort();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue