shithub: riscv

ref: a00957efee9643c3b025b9d20d6ab4fc6536eb89
dir: /sys/src/libc/port/getcallerpc.c/

View raw version
#include <u.h>
#include <libc.h>

uintptr
getcallerpc(void*)
{
	return 0;
}