Sign in
plan9port
/
plan9
/
1db0bc24f24989efd1f7abb98b64c06fcd82cb39
/
.
/
src
/
lib9
/
getcallerpc-PowerMacintosh.c
blob: 679a72cff856e1bd4371ce3153b37610838906e3 [
file
] [
log
] [
blame
]
#include
<lib9.h>
ulong
getcallerpc
(
void
*
x
)
{
return
(((
ulong
*)(
x
))[-
4
]);
}