mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159548
@ -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>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user