mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Allow ptrace to set the probram counter on arm64.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
a2bb7f7a62
commit
5d1349914a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue