Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
daae8f92046212254a6db7db6b3a5ff014538d93
/
.
/
linux
/
alpha
/
print_pc.c
blob: c0232e55568f65868f33a0c065ef55a25f43e77a [
file
] [
log
] [
blame
]
long
pc
;
if
(
upeek
(
tcp
->
pid
,
REG_PC
,
&
pc
)
<
0
)
{
PRINTBADPC
;
return
;
}
tprintf
(
fmt
,
pc
);