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