We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c5fe9 commit a2351c1Copy full SHA for a2351c1
arch/loongarch/include/asm/ftrace.h
@@ -63,7 +63,7 @@ ftrace_regs_get_instruction_pointer(struct ftrace_regs *fregs)
63
static __always_inline void
64
ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, unsigned long ip)
65
{
66
- instruction_pointer_set(&fregs->regs, ip);
+ regs_set_return_value(&fregs->regs, ip);
67
}
68
69
#define ftrace_regs_get_argument(fregs, n) \
0 commit comments