mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
compile fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@925 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ea1c18022e
commit
a049791855
1 changed files with 0 additions and 2 deletions
2
exec.c
2
exec.c
|
@ -609,9 +609,7 @@ void tb_invalidate_phys_page_range(target_ulong start, target_ulong end,
|
|||
int is_cpu_write_access)
|
||||
{
|
||||
int n, current_tb_modified, current_tb_not_found, current_flags;
|
||||
#if defined(TARGET_HAS_PRECISE_SMC) || !defined(CONFIG_USER_ONLY)
|
||||
CPUState *env = cpu_single_env;
|
||||
#endif
|
||||
PageDesc *p;
|
||||
TranslationBlock *tb, *tb_next, *current_tb, *saved_tb;
|
||||
target_ulong tb_start, tb_end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue