From: bellard Date: Tue, 27 May 2008 21:18:39 +0000 (+0000) Subject: removed unused code X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~14688 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ac087f1f3ae036a477fa4b69f29a08a0f504033;p=sdk%2Femulator%2Fqemu.git removed unused code git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4598 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/cpu-exec.c b/cpu-exec.c index 56bd2f9..e2826ef 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -621,13 +621,6 @@ int cpu_exec(CPUState *env1) 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) &&