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