mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-27 13:45:07 +00:00
accel/translate-all: Get rid of variable shadowing
This commit is contained in:
parent
ce8697f978
commit
977ad292b3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue