mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-05 22:25:32 +00:00
no-stack-frame optimization for linux/i386 too since it now works there too
This commit is contained in:
@@ -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) \
|
||||
|
Reference in New Issue
Block a user