Allow ptrace to set the probram counter on arm64.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
a2bb7f7a62
commit
5d1349914a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user