mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Translate signal values in exit status.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7131 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
aaf4ad3913
commit
1d9d8b551d
3 changed files with 18 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ static inline int sas_ss_flags(unsigned long sp)
|
|||
: on_sig_stack(sp) ? SS_ONSTACK : 0);
|
||||
}
|
||||
|
||||
static inline int host_to_target_signal(int sig)
|
||||
int host_to_target_signal(int sig)
|
||||
{
|
||||
if (sig > 64)
|
||||
return sig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue