Revision 0d101938

b/cpu-exec.c
587 587
                /* reset soft MMU for next block (it can currently
588 588
                   only be set by a memory fault) */
589 589
            } /* for(;;) */
590
        } else {
591
            /* Reload env after longjmp - the compiler may have smashed all
592
             * local variables as longjmp is marked 'noreturn'. */
593
            env = cpu_single_env;
590 594
        }
591 595
    } /* for(;;) */
592 596

  

Also available in: Unified diff