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