mirror of https://gitee.com/openkylin/qemu.git
Delete duplicate code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4811 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
efade670fe
commit
ea334207a3
|
@ -7897,9 +7897,6 @@ gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb,
|
|||
if (gen_opc_ptr >= gen_opc_end)
|
||||
break;
|
||||
|
||||
if (gen_opc_ptr >= gen_opc_end)
|
||||
break;
|
||||
|
||||
if (num_insns >= max_insns)
|
||||
break;
|
||||
#if defined (MIPS_SINGLE_STEP)
|
||||
|
|
Loading…
Reference in New Issue