mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-04-03 11:29:33 +00:00
no-stack-frame optimization for linux/i386 too since it now works there too
This commit is contained in:
parent
f2d3692c08
commit
f8c3b2c6bb
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user