mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
* alpha.{c,h} are same as i386.{c,h}.
* Force address calculation to be done in long precision(64bit on alpha)
rather than double precision(52bit).
11 lines
190 B
C
11 lines
190 B
C
#include "gprof.h"
|
|
|
|
/*
|
|
* gprof -c isn't currently supported...
|
|
*/
|
|
findcall( parentp , p_lowpc , p_highpc )
|
|
nltype *parentp;
|
|
unsigned long p_lowpc;
|
|
unsigned long p_highpc;
|
|
{
|
|
}
|