Revision bf20dc07 target-arm/translate.c

b/target-arm/translate.c
8684 8684
        /* Translation stops when a conditional branch is enoutered.
8685 8685
         * Otherwise the subsequent code could get translated several times.
8686 8686
         * Also stop translation when a page boundary is reached.  This
8687
         * ensures prefech aborts occur at the right place.  */
8687
         * ensures prefetch aborts occur at the right place.  */
8688 8688
        num_insns ++;
8689 8689
    } while (!dc->is_jmp && gen_opc_ptr < gen_opc_end &&
8690 8690
             !env->singlestep_enabled &&

Also available in: Unified diff