no-stack-frame optimization for linux/i386 too since it now works there too

This commit is contained in:
gbeauche 2006-01-22 20:07:47 +00:00
parent f2d3692c08
commit f8c3b2c6bb

View File

@ -362,7 +362,7 @@ void OPPROTO impl_##NAME(void) \
} \
extern void OPPROTO NAME(void) __attribute__((weak_import)); \
asm(".set helper_" #NAME "," #NAME);
#elif defined(__powerpc__) || defined(__x86_64__)
#elif defined(__powerpc__) || defined(__x86_64__) || defined(__i386__)
#define DEFINE_OP(NAME, CODE) \
static void OPPROTO impl_##NAME(void) __attribute__((used)); \
void OPPROTO impl_##NAME(void) \