# | Line 113 | Line 113 | |
---|---|---|
113 | #if ENABLE_DYNGEN | |
114 | #define PPC_ENABLE_JIT 1 | |
115 | #endif | |
116 | < | #if defined(__i386__) |
116 | > | #if defined(__i386__) || defined(__x86_64__) |
117 | #define DYNGEN_ASM_OPTS 1 | |
118 | #endif | |
119 | #else |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |