shithub: drawterm-fdroid

ref: 93a43be0ea85aca12826c9d53aec0ad2a0278198
dir: /win32-386/getcallerpc.c/

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

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