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