shithub: riscv

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}