Commit a0497918559b49a2453eb0fb7289d06897ddf74d
1 parent
ea1c1802
compile fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@925 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
exec.c
... | ... | @@ -609,9 +609,7 @@ void tb_invalidate_phys_page_range(target_ulong start, target_ulong end, |
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; | ... | ... |