qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4598] removed unused code


From: Fabrice Bellard
Subject: [Qemu-devel] [4598] removed unused code
Date: Tue, 27 May 2008 21:18:41 +0000

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]