Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
38437688ecf7f9ce2ddd096a386cc87b23252b5a
/
.
/
linux
/
arc
/
get_scno.c
blob: d2046b2db514857505d87e0f4d7475bdbda9a3ba [
file
] [
log
] [
blame
]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static
int
arch_get_scno
(
struct
tcb
*
tcp
)
{
tcp
->
scno
=
arc_regs
.
scratch
.
r8
;
return
1
;
}