mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-29 18:27:37 +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"
|
"syscall"
|
||||||
:: "r"(sc), "i"(SYS_rt_sigreturn)
|
:: "r"(sc), "i"(SYS_rt_sigreturn)
|
||||||
: "memory");
|
: "memory");
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue