提交 eba01623 编写于 作者: B bellard

the double/triple fault handling was not tested in user mode.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4435 c046a42c-6fe2-441c-8c8c-71466251a162
上级 a57f6316
...@@ -354,6 +354,8 @@ int cpu_exec(CPUState *env1) ...@@ -354,6 +354,8 @@ int cpu_exec(CPUState *env1)
env->exception_is_int, env->exception_is_int,
env->error_code, env->error_code,
env->exception_next_eip); env->exception_next_eip);
/* successfully delivered */
env->old_exception = -1;
#endif #endif
ret = env->exception_index; ret = env->exception_index;
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册