accel/translate-all: Get rid of variable shadowing

This commit is contained in:
Lioncash 2019-01-28 09:17:37 -05:00
parent ce8697f978
commit 977ad292b3
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -1806,7 +1806,6 @@ void tb_check_watchpoint(CPUState *cpu)
} else {
/* The exception probably happened in a helper. The CPU state should
have been saved before calling it. Fetch the PC from there. */
CPUArchState *env = cpu->env_ptr;
target_ulong pc, cs_base;
tb_page_addr_t addr;
uint32_t flags;