mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Handle invalid accesses as SIGILL for mips/mipsel userland emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2235 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7d600c804d
commit
ca7c2b1b9f
3 changed files with 12 additions and 0 deletions
|
@ -1352,6 +1352,8 @@ void cpu_loop(CPUMIPSState *env)
|
|||
}
|
||||
}
|
||||
break;
|
||||
case EXCP_TLBL:
|
||||
case EXCP_TLBS:
|
||||
case EXCP_CpU:
|
||||
case EXCP_RI:
|
||||
info.si_signo = TARGET_SIGILL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue