From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVLA1-0001hP-GZ for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVL9w-0001e4-TI for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:16 -0400 Received: from [199.232.76.173] (port=39474 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVL9w-0001dl-4i for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:12 -0400 Received: from mx20.gnu.org ([199.232.41.8]:14411) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVL9v-00063g-AL for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:11 -0400 Received: from [82.113.48.144] (helo=FilipNavara-PC) by mx20.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MVL9u-0008EJ-GX for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:10 -0400 Date: Mon, 27 Jul 09 10:02:07 Central Europe Standard Time From: Filip Navara Sender: Filip Navara MIME-Version: 1.0 Content-Type: text/plain; Message-Id: Subject: [Qemu-devel] [PATCH 5/5] Enable USE_DIRECT_JUMP on Win32. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Filip Navara --- 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