Commit a8cd70fc4e932aa00e951b1fd93230336e5125fd
Committed by
Anthony Liguori
1 parent
45b05c77
Enable USE_DIRECT_JUMP on Win32.
Signed-off-by: Filip Navara <filip.navara@gmail.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing
1 changed file
with
1 additions
and
4 deletions
exec-all.h
@@ -114,10 +114,7 @@ static inline int tlb_set_page(CPUState *env1, target_ulong vaddr, | @@ -114,10 +114,7 @@ static inline int tlb_set_page(CPUState *env1, target_ulong vaddr, | ||
114 | #define CODE_GEN_AVG_BLOCK_SIZE 64 | 114 | #define CODE_GEN_AVG_BLOCK_SIZE 64 |
115 | #endif | 115 | #endif |
116 | 116 | ||
117 | -#if defined(_ARCH_PPC) || defined(__x86_64__) || defined(__arm__) | ||
118 | -#define USE_DIRECT_JUMP | ||
119 | -#endif | ||
120 | -#if defined(__i386__) && !defined(_WIN32) | 117 | +#if defined(_ARCH_PPC) || defined(__x86_64__) || defined(__arm__) || defined(__i386__) |
121 | #define USE_DIRECT_JUMP | 118 | #define USE_DIRECT_JUMP |
122 | #endif | 119 | #endif |
123 | 120 |