Sign in
nest-open-source
/
nest-cam
/
4320010
/
strace
/
refs/heads/master
/
.
/
strace
/
iopl.c
blob: 0f2bb32214d1c235fd3860f28a81f6ecbd0172bf [
file
] [
log
] [
blame
] [
edit
]
#include
"defs.h"
SYS_FUNC
(
iopl
)
{
tprintf
(
"%d"
,
(
int
)
tcp
->
u_arg
[
0
]);
return
RVAL_DECODED
;
}