From: bellard Date: Mon, 12 May 2008 12:04:40 +0000 (+0000) Subject: the double/triple fault handling was not tested in user mode. X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~14851 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eba01623abd1e788e6fb5c104f31973fc31c5fa4;p=sdk%2Femulator%2Fqemu.git 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 --- diff --git a/cpu-exec.c b/cpu-exec.c index 8d70c89..bad0805 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -354,6 +354,8 @@ int cpu_exec(CPUState *env1) env->exception_is_int, env->error_code, env->exception_next_eip); + /* successfully delivered */ + env->old_exception = -1; #endif ret = env->exception_index; break;