shithub: riscv

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}