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