mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Return 0 from ptrace_set_pc as it now completes successfully.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
5d1349914a
commit
5008941522
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ ptrace_set_pc(struct thread *td, u_long addr)
|
|||
{
|
||||
|
||||
td->td_frame->tf_elr = addr;
|
||||
return (EDOOFUS);
|
||||
return (0);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue