qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4598] removed unused code
@ 2008-05-27 21:18 Fabrice Bellard
  0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-05-27 21:18 UTC (permalink / raw)
  To: qemu-devel

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) &&

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-27 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 21:18 [Qemu-devel] [4598] removed unused code Fabrice Bellard

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).