1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Convince gcc that x86_64_sigreturn cannot return, as declared.

This commit is contained in:
Konstantin Belousov 2010-04-11 13:47:28 +03:00
parent a688d6c4c9
commit f01a043712

View file

@ -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