Revision bf20dc07 target-m68k/translate.c

b/target-m68k/translate.c
2980 2980
        num_insns++;
2981 2981

  
2982 2982
        /* Terminate the TB on memory ops if watchpoints are present.  */
2983
        /* FIXME: This should be replacd by the deterministic execution
2983
        /* FIXME: This should be replaced by the deterministic execution
2984 2984
         * IRQ raising bits.  */
2985 2985
        if (dc->is_mem && env->nb_watchpoints)
2986 2986
            break;

Also available in: Unified diff