Commit 0ac087f1f3ae036a477fa4b69f29a08a0f504033

Authored by bellard
1 parent 3878e2c9

removed unused code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4598 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 7 deletions
cpu-exec.c
@@ -621,13 +621,6 @@ int cpu_exec(CPUState *env1) @@ -621,13 +621,6 @@ int cpu_exec(CPUState *env1)
621 env->current_tb = NULL; 621 env->current_tb = NULL;
622 /* reset soft MMU for next block (it can currently 622 /* reset soft MMU for next block (it can currently
623 only be set by a memory fault) */ 623 only be set by a memory fault) */
624 -#if defined(TARGET_I386) && !defined(CONFIG_SOFTMMU)  
625 - if (env->hflags & HF_SOFTMMU_MASK) {  
626 - env->hflags &= ~HF_SOFTMMU_MASK;  
627 - /* do not allow linking to another block */  
628 - next_tb = 0;  
629 - }  
630 -#endif  
631 #if defined(USE_KQEMU) 624 #if defined(USE_KQEMU)
632 #define MIN_CYCLE_BEFORE_SWITCH (100 * 1000) 625 #define MIN_CYCLE_BEFORE_SWITCH (100 * 1000)
633 if (kqemu_is_ok(env) && 626 if (kqemu_is_ok(env) &&