From ee8b7021da823e11e3c6ea9063ebb2ab50406a3e Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 3 Feb 2004 23:35:10 +0000 Subject: temporary interrupt locking fix (need rework) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@598 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-exec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu-exec.c') diff --git a/cpu-exec.c b/cpu-exec.c index bd0cbb35e7..4e2d77f3a8 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -142,6 +142,7 @@ int cpu_exec(CPUState *env1) /* prepare setjmp context for exception handling */ for(;;) { if (setjmp(env->jmp_env) == 0) { + env->current_tb = NULL; /* if an exception is pending, we execute it here */ if (env->exception_index >= 0) { if (env->exception_index >= EXCP_INTERRUPT) { -- cgit v1.2.3