Revision ee8b7021 cpu-exec.c

b/cpu-exec.c
142 142
    /* prepare setjmp context for exception handling */
143 143
    for(;;) {
144 144
        if (setjmp(env->jmp_env) == 0) {
145
            env->current_tb = NULL;
145 146
            /* if an exception is pending, we execute it here */
146 147
            if (env->exception_index >= 0) {
147 148
                if (env->exception_index >= EXCP_INTERRUPT) {

Also available in: Unified diff