git: 9front

ref: 1d3224e5c99500e6e73ccbc73fc854f7afe47131
dir: /sys/src/cmd/unix/drawterm/posix-mips/getcallerpc.c/

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

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