7 lines
140 B
C
7 lines
140 B
C
/* Return codes: 1 - ok, 0 - ignore, other - error. */
|
|
static int
|
|
arch_get_scno(struct tcb *tcp)
|
|
{
|
|
tcp->scno = avr32_regs.r8;
|
|
return 1;
|
|
}
|