* [Qemu-devel] [PATCH 5/5] Enable USE_DIRECT_JUMP on Win32.
@ 2009-07-27 8:02 Filip Navara
0 siblings, 0 replies; only message in thread
From: Filip Navara @ 2009-07-27 8:02 UTC (permalink / raw)
To: qemu-devel
Signed-off-by: Filip Navara <filip.navara@gmail.com>
---
exec-all.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/exec-all.h b/exec-all.h
index 31ab7ad..c7a1e70 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -114,10 +114,7 @@ static inline int tlb_set_page(CPUState *env1, target_ulong vaddr,
#define CODE_GEN_AVG_BLOCK_SIZE 64
#endif
-#if defined(_ARCH_PPC) || defined(__x86_64__) || defined(__arm__)
-#define USE_DIRECT_JUMP
-#endif
-#if defined(__i386__) && !defined(_WIN32)
+#if defined(_ARCH_PPC) || defined(__x86_64__) || defined(__arm__) || defined(__i386__)
#define USE_DIRECT_JUMP
#endif
--
1.6.3.2.1299.gee46c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-27 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 8:02 [Qemu-devel] [PATCH 5/5] Enable USE_DIRECT_JUMP on Win32 Filip Navara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).