函数源码 |
Source File:arch\x86\include\asm\ptrace.h |
Create Date:2022-07-27 06:38:35 |
首页 | Copyright©Brick |
176 177 178 179 180 | static inline void instruction_pointer_set( struct pt_regs *regs, unsigned long val) { regs->ip = val; } |