summaryrefslogtreecommitdiff
path: root/sys/src/cmd/unix/drawterm/posix-sun4u/getcallerpc.c
blob: 4f4b6b76f77478b13080ae4784911f936296fb19 (plain)
1
2
3
4
5
6
7
8
9
#include "u.h"
#include "libc.h"

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