Sign in
nest-open-source
/
nest-cam
/
4320010
/
strace
/
refs/heads/master
/
.
/
strace
/
linux
/
powerpc
/
get_scno.c
blob: ef06656ff38bd1fa8eb7bf70d22f2dfddcfc9c9d [
file
] [
log
] [
blame
] [
edit
]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static
int
arch_get_scno
(
struct
tcb
*
tcp
)
{
tcp
->
scno
=
ppc_regs
.
gpr
[
0
];
return
1
;
}