git: 9front

ref: 43c17be65ab86b88d8e17a0bf2bffa9c253f86f2
dir: /sys/src/cmd/unix/drawterm/posix-sun4u/getcallerpc.c/

View raw version
#include "u.h"
#include "libc.h"

ulong
getcallerpc(void *a)
{
	return ((ulong*)a)[-1];
}