DEBSOURCES
Skip Quicknav
sources / strace / 4.15-2 / linux / tile / set_scno.c
123456
static int arch_set_scno(struct tcb *tcp, long scno) { tile_regs.regs[10] = scno; return set_regs(tcp->pid); }