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