mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
Fix compiler warnings on x86_64 Linux
This commit is contained in:
parent
5a70fab451
commit
1d9c5a356d
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ x86_64_sigreturn (unw_cursor_t *cursor)
|
|||
"syscall"
|
||||
:: "r"(sc), "i"(SYS_rt_sigreturn)
|
||||
: "memory");
|
||||
abort();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue