[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [4435] the double/triple fault handling was not tested in u
From: |
Fabrice Bellard |
Subject: |
[Qemu-devel] [4435] the double/triple fault handling was not tested in user mode. |
Date: |
Mon, 12 May 2008 12:04:41 +0000 |
Revision: 4435
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4435
Author: bellard
Date: 2008-05-12 12:04:40 +0000 (Mon, 12 May 2008)
Log Message:
-----------
the double/triple fault handling was not tested in user mode.
Modified Paths:
--------------
trunk/cpu-exec.c
Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c 2008-05-12 12:00:46 UTC (rev 4434)
+++ trunk/cpu-exec.c 2008-05-12 12:04:40 UTC (rev 4435)
@@ -354,6 +354,8 @@
env->exception_is_int,
env->error_code,
env->exception_next_eip);
+ /* successfully delivered */
+ env->old_exception = -1;
#endif
ret = env->exception_index;
break;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [4435] the double/triple fault handling was not tested in user mode.,
Fabrice Bellard <=