projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b05c7
)
Enable USE_DIRECT_JUMP on Win32.
author
Filip Navara
<filip.navara@gmail.com>
Mon, 27 Jul 2009 15:02:07 +0000
(10:02 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:09:15 +0000
(14:09 -0500)
Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
exec-all.h
patch
|
blob
|
history
diff --git
a/exec-all.h
b/exec-all.h
index
31ab7ad
..
c7a1e70
100644
(file)
--- 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