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