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