Allow ptrace to set the probram counter on arm64.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2019-11-19 13:25:46 +00:00
parent a2bb7f7a62
commit 5d1349914a

View File

@ -412,7 +412,7 @@ int
ptrace_set_pc(struct thread *td, u_long addr)
{
printf("ARM64TODO: ptrace_set_pc");
td->td_frame->tf_elr = addr;
return (EDOOFUS);
}