mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
target-sparc: 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:
parent
ce0c6930cc
commit
78aa29e4b8
@ -489,9 +489,6 @@ int cpu_exec(CPUState *env1)
|
|||||||
next_tb = 0;
|
next_tb = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (interrupt_request & CPU_INTERRUPT_TIMER) {
|
|
||||||
//do_interrupt(0, 0, 0, 0, 0);
|
|
||||||
env->interrupt_request &= ~CPU_INTERRUPT_TIMER;
|
|
||||||
}
|
}
|
||||||
#elif defined(TARGET_ARM)
|
#elif defined(TARGET_ARM)
|
||||||
if (interrupt_request & CPU_INTERRUPT_FIQ
|
if (interrupt_request & CPU_INTERRUPT_FIQ
|
||||||
|
Loading…
Reference in New Issue
Block a user