shithub: riscv

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}