mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target-mips: Do not check CPU_INTERRUPT_TIMER.
This bit is never set, therefore we should not read it either. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
committed by
Blue Swirl
parent
3125f76335
commit
ce0c6930cc
@@ -29,10 +29,6 @@ static inline int cpu_has_work(CPUState *env)
|
||||
has_work = 1;
|
||||
}
|
||||
|
||||
if (env->interrupt_request & CPU_INTERRUPT_TIMER) {
|
||||
has_work = 1;
|
||||
}
|
||||
|
||||
return has_work;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user