Revision bf20dc07 cpu-exec.c

b/cpu-exec.c
620 620
                    next_tb = tcg_qemu_tb_exec(tc_ptr);
621 621
                    env->current_tb = NULL;
622 622
                    if ((next_tb & 3) == 2) {
623
                        /* Instruction counter exired.  */
623
                        /* Instruction counter expired.  */
624 624
                        int insns_left;
625 625
                        tb = (TranslationBlock *)(long)(next_tb & ~3);
626 626
                        /* Restore PC.  */

Also available in: Unified diff