mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
soft irq are just irqs (Ralf Baechle)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1470 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
899abcf513
commit
ae022501f2
2 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ int cpu_exec(CPUState *env1)
|
|||
#elif defined(TARGET_MIPS)
|
||||
if ((interrupt_request & CPU_INTERRUPT_HARD) &&
|
||||
(env->CP0_Status & (1 << CP0St_IE)) &&
|
||||
(env->CP0_Cause & 0x0000FC00) &&
|
||||
(env->CP0_Cause & 0x0000FF00) &&
|
||||
!(env->hflags & MIPS_HFLAG_EXL) &&
|
||||
!(env->hflags & MIPS_HFLAG_ERL) &&
|
||||
!(env->hflags & MIPS_HFLAG_DM)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue