Revision ce0c6930 target-mips/exec.h

b/target-mips/exec.h
29 29
        has_work = 1;
30 30
    }
31 31

  
32
    if (env->interrupt_request & CPU_INTERRUPT_TIMER) {
33
        has_work = 1;
34
    }
35

  
36 32
    return has_work;
37 33
}
38 34

  

Also available in: Unified diff