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

Fix compiler warnings on x86_64 Linux

This commit is contained in:
Arun Sharma 2010-04-14 12:01:37 -07:00
parent 5a70fab451
commit 1d9c5a356d

View file

@ -146,6 +146,7 @@ x86_64_sigreturn (unw_cursor_t *cursor)
"syscall"
:: "r"(sc), "i"(SYS_rt_sigreturn)
: "memory");
abort();
}
#endif