1 /* $OpenBSD: aarch64.c,v 1.1 2017/01/11 14:22:52 patrick Exp $ */ 2 /* $NetBSD: arm32.c,v 1.1 1996/04/01 21:51:22 mark Exp $ */ 3 4 #include "gprof.h" 5 6 /* 7 * gprof -c isn't currently supported... 8 */ 9 10 /* XXX */ 11 void findcall(nltype * parentp,unsigned long p_lowpc,unsigned long p_highpc)12findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc) 13 { 14 } 15