blob: 0ca1ed34904109227bf3d009947e76474fe9dcd1 [file] [log] [blame]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static int
arch_get_scno(struct tcb *tcp)
{
tcp->scno = riscv_regs.a7;
return 1;
}