mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
mips: Add support for VInt and VEIC irq modes
Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
This commit is contained in:
parent
d087bb3e38
commit
138afb024b
3 changed files with 51 additions and 1 deletions
|
@ -448,7 +448,7 @@ int cpu_exec(CPUState *env1)
|
|||
}
|
||||
#elif defined(TARGET_MIPS)
|
||||
if ((interrupt_request & CPU_INTERRUPT_HARD) &&
|
||||
(env->CP0_Status & env->CP0_Cause & CP0Ca_IP_mask) &&
|
||||
cpu_mips_hw_interrupts_pending(env) &&
|
||||
(env->CP0_Status & (1 << CP0St_IE)) &&
|
||||
!(env->CP0_Status & (1 << CP0St_EXL)) &&
|
||||
!(env->CP0_Status & (1 << CP0St_ERL)) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue