Return 0 from ptrace_set_pc as it now completes successfully.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2019-11-19 13:28:59 +00:00
parent 5d1349914a
commit 5008941522

View file

@ -413,7 +413,7 @@ ptrace_set_pc(struct thread *td, u_long addr)
{
td->td_frame->tf_elr = addr;
return (EDOOFUS);
return (0);
}
int