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