1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 15:25:38 -08:00
openbsd-src/usr.bin/gprof/m88k.c
deraadt 043fbe51c1 rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable).  these days, people use source.  these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
2009-10-27 23:59:19 +00:00

13 lines
272 B
C

/* $OpenBSD: m88k.c,v 1.4 2009/10/27 23:59:38 deraadt Exp $ */
/* $NetBSD: m88k.c,v 1.4 1995/04/19 07:16:07 cgd Exp $ */
#include "gprof.h"
/*
* gprof -c isn't currently supported...
*/
void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
}