Forcefully turn off GPROF in this file if it is enabled as GPROF's

attempt to use a macro for 'ret' doesn't play well with the wrappers
trying to implement 'Pascal-style' calling conventions.
This commit is contained in:
John Baldwin 2006-06-12 20:35:59 +00:00
parent ba86e75654
commit a6e25132d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159548

View File

@ -32,6 +32,11 @@
* $FreeBSD$
*/
/* The 'ret' macro doesn't work in this file if GPROF is enabled. */
#ifdef GPROF
#undef GPROF
#endif
#include <machine/asmacros.h>
/*