blob: 4c175ed73f8d47f64bfd98a7c46499e1dd93fd0a [file] [log] [blame]
static int
arch_set_scno(struct tcb *tcp, kernel_ulong_t scno)
{
return upoke(tcp, 4 * (REG_REG0 + 3), scno);
}