提交 ecd78a0a 编写于 作者: P pbrook

Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1777 c046a42c-6fe2-441c-8c8c-71466251a162
上级 4e9aec74
......@@ -326,6 +326,7 @@ void do_interrupt (CPUState *env)
* come back to the jump
*/
env->CP0_ErrorEPC = env->PC - 4;
env->hflags &= ~MIPS_HFLAG_BMASK;
} else {
env->CP0_ErrorEPC = env->PC;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册