Sign in
android
/
platform
/
external
/
strace
/
b65e7a8b16e6edd4c1591d9f94d36eec9cfe3ea0
/
.
/
linux
/
or1k
/
get_scno.c
blob: f446c90702e47241116748aeb7d476ad746f2d3c [
file
] [
log
] [
blame
]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static
int
arch_get_scno
(
struct
tcb
*
tcp
)
{
tcp
->
scno
=
or1k_regs
.
gpr
[
11
];
return
1
;
}