Sign in
plan9port
/
plan9
/
2d6da3763ec643f353a1c48e2e7a2ed7c25046a7
/
.
/
src
/
lib9
/
getcallerpc-power.c
blob: b4bf6980febc2fe8bffb4264c4e09d49578d2f50 [
file
] [
log
] [
blame
]
#include
<lib9.h>
ulong
getcallerpc
(
void
*
x
)
{
ulong
*
lp
;
lp
=
x
;
return
lp
[-
1
];
}