mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
TLB reload exception vector (Ralf Baechle)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1481 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8549850891
commit
0d8aca8c67
1 changed files with 3 additions and 0 deletions
|
|
@ -417,6 +417,9 @@ void do_interrupt (CPUState *env)
|
|||
goto set_EPC;
|
||||
case EXCP_TLBS:
|
||||
cause = 3;
|
||||
if (env->error_code == 1 && !(env->hflags & MIPS_HFLAG_EXL))
|
||||
offset = 0x000;
|
||||
goto set_EPC;
|
||||
set_EPC:
|
||||
if (env->CP0_Status & (1 << CP0St_BEV)) {
|
||||
pc = 0xBFC00200;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue