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:
parent
ba86e75654
commit
a6e25132d4
@ -32,6 +32,11 @@
|
|||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* The 'ret' macro doesn't work in this file if GPROF is enabled. */
|
||||||
|
#ifdef GPROF
|
||||||
|
#undef GPROF
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <machine/asmacros.h>
|
#include <machine/asmacros.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user