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