Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5754f412 authored by Al Viro's avatar Al Viro
Browse files

sh64: failure to build sigframe != signal without handler



it's actually "send me SIGSEGV"...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 39974d08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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? */