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