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