Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
dcd00c39435387c3634e53375d4c47aaed8743fe
/
.
/
iopl.c
blob: 0f2bb32214d1c235fd3860f28a81f6ecbd0172bf [
file
] [
log
] [
blame
]
Dmitry V. Levin
dcd00c3
2015-11-22 18:21:54 +0000
[
diff
] [
blame^
]
1
#include
"defs.h"
2
3
SYS_FUNC
(
iopl
)
4
{
5
tprintf
(
"%d"
,
(
int
)
tcp
->
u_arg
[
0
]);
6
7
return
RVAL_DECODED
;
8
}