From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K16ZB-0001A1-W2 for qemu-devel@nongnu.org; Tue, 27 May 2008 17:18:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K16ZB-00019a-I5 for qemu-devel@nongnu.org; Tue, 27 May 2008 17:18:45 -0400 Received: from [199.232.76.173] (port=37054 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K16ZB-00019U-31 for qemu-devel@nongnu.org; Tue, 27 May 2008 17:18:45 -0400 Received: from savannah.gnu.org ([199.232.41.3]:44813 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K16ZA-0003xU-IH for qemu-devel@nongnu.org; Tue, 27 May 2008 17:18:44 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1K16Z8-0006Ai-BW for qemu-devel@nongnu.org; Tue, 27 May 2008 21:18:42 +0000 Received: from bellard by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1K16Z7-0006AT-8t for qemu-devel@nongnu.org; Tue, 27 May 2008 21:18:41 +0000 MIME-Version: 1.0 Errors-To: bellard Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Fabrice Bellard Message-Id: Date: Tue, 27 May 2008 21:18:41 +0000 Subject: [Qemu-devel] [4598] removed unused code Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4598 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4598 Author: bellard Date: 2008-05-27 21:18:39 +0000 (Tue, 27 May 2008) Log Message: ----------- removed unused code Modified Paths: -------------- trunk/cpu-exec.c Modified: trunk/cpu-exec.c =================================================================== --- trunk/cpu-exec.c 2008-05-27 21:15:56 UTC (rev 4597) +++ trunk/cpu-exec.c 2008-05-27 21:18:39 UTC (rev 4598) @@ -621,13 +621,6 @@ env->current_tb = NULL; /* reset soft MMU for next block (it can currently only be set by a memory fault) */ -#if defined(TARGET_I386) && !defined(CONFIG_SOFTMMU) - if (env->hflags & HF_SOFTMMU_MASK) { - env->hflags &= ~HF_SOFTMMU_MASK; - /* do not allow linking to another block */ - next_tb = 0; - } -#endif #if defined(USE_KQEMU) #define MIN_CYCLE_BEFORE_SWITCH (100 * 1000) if (kqemu_is_ok(env) &&