Revision c0ce998e target-sparc/translate.c

b/target-sparc/translate.c
4816 4816
        max_insns = CF_COUNT_MASK;
4817 4817
    gen_icount_start();
4818 4818
    do {
4819
        if (unlikely(env->breakpoints)) {
4820
            for (bp = env->breakpoints; bp != NULL; bp = bp->next) {
4819
        if (unlikely(!TAILQ_EMPTY(&env->breakpoints))) {
4820
            TAILQ_FOREACH(bp, &env->breakpoints, entry) {
4821 4821
                if (bp->pc == dc->pc) {
4822 4822
                    if (dc->pc != pc_start)
4823 4823
                        save_state(dc, cpu_cond);

Also available in: Unified diff