This website requires JavaScript.
Explore
Help
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7f62dcda9f
android13
/
external
/
strace
/
iopl.c
9 lines
98 B
C
Raw
Blame
History
#
include
"defs.h"
SYS_FUNC
(
iopl
)
{
tprintf
(
"
%d
"
,
(
int
)
tcp
-
>
u_arg
[
0
]
)
;
return
RVAL_DECODED
;
}
Reference in New Issue
View Git Blame
Copy Permalink