mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
sh64: failure to build sigframe != signal without handler
it's actually "send me SIGSEGV"... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
39974d085d
commit
5754f412a3
1 changed files with 1 additions and 1 deletions
|
@ -113,8 +113,8 @@ static void do_signal(struct pt_regs *regs)
|
|||
|
||||
tracehook_signal_handler(signr, &info, &ka, regs,
|
||||
test_thread_flag(TIF_SINGLESTEP));
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/* Did we come from a system call? */
|
||||
|
|
Loading…
Reference in a new issue