diff options
Diffstat (limited to 'runtime/uprobes/uprobes_ppc64.h')
-rw-r--r-- | runtime/uprobes/uprobes_ppc64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/uprobes/uprobes_ppc64.h b/runtime/uprobes/uprobes_ppc64.h index 16e11975..9f56119a 100644 --- a/runtime/uprobes/uprobes_ppc64.h +++ b/runtime/uprobes/uprobes_ppc64.h @@ -47,7 +47,7 @@ struct uprobe_task; struct task_struct; static inline int arch_validate_probed_insn(struct uprobe_probept *ppt, - struct task_struct *tsk); + struct task_struct *tsk) { return 0; } |