shithub: riscv

ref: 1a2aefcf119e21345e41466d3d28bddcd6d6488a
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}