Revision a0497918 exec.c

b/exec.c
609 609
                                   int is_cpu_write_access)
610 610
{
611 611
    int n, current_tb_modified, current_tb_not_found, current_flags;
612
#if defined(TARGET_HAS_PRECISE_SMC) || !defined(CONFIG_USER_ONLY)
613 612
    CPUState *env = cpu_single_env;
614
#endif
615 613
    PageDesc *p;
616 614
    TranslationBlock *tb, *tb_next, *current_tb, *saved_tb;
617 615
    target_ulong tb_start, tb_end;

Also available in: Unified diff