DSPLLE: exception work, please review/test/-1

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3731 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-07-10 11:19:47 +00:00
parent bd7419d437
commit 42fed5c111
4 changed files with 43 additions and 36 deletions

View File

@ -126,7 +126,7 @@ void rti(const UDSPInstruction& opc)
g_dsp.r[DSP_REG_SR] = dsp_reg_load_stack(DSP_STACK_D);
g_dsp.pc = dsp_reg_load_stack(DSP_STACK_C);
g_dsp.exception_in_progress_hack = false;
g_dsp.exception_in_progress = -1;
}
// HALT