原始内容
高亮显示
复制内容
static int get_syscall_result_regs(struct tcb *tcp) { return upeek(tcp, PT_R0, &bfin_r0) < 0 ? -1 : 0; }
您还没有登录,登录后您可以:
首次使用?从这里 注册