shithub: riscv

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}