shithub: riscv

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}