blob: 1f5051c2308848bfe02c716c64a689fabd8ad209 [file] [log] [blame]
static int
arch_set_scno(struct tcb *tcp, kernel_ulong_t scno)
{
nios2_regs.regs[2] = scno;
return set_regs(tcp->pid);
}