Suggested fix from jtalkington@users.sf.net.
See bug #765227. * lib/internal.h: (FASTCALL, PTRFASTCALL): only define these macros for the GNU C compiler on i386 platforms. apprently, they do not work well on PPC ports.
This commit is contained in:
parent
ecceec27f2
commit
d7a766e9df
@ -20,7 +20,7 @@
|
||||
and therefore subject to change.
|
||||
*/
|
||||
|
||||
#if defined(__GNUC__) && defined(linux)
|
||||
#if defined(__GNUC__) && defined(__i386__)
|
||||
/* We'll use this version by default only where we know it helps.
|
||||
|
||||
regparm() generates warnings on Solaris boxes. See SF bug #692878.
|
||||
|
Loading…
Reference in New Issue
Block a user