DEBSOURCES
Skip Quicknav
sources / drawterm-9front / 0~git20220608.bee4db6-3 / posix-mips / getcallerpc.c
12345678
#include "u.h" #include "libc.h" uintptr getcallerpc(void *a) { return ((ulong*)a)[-1]; }