mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-30 20:16:52 +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 {
|
} else {
|
||||||
/* The exception probably happened in a helper. The CPU state should
|
/* The exception probably happened in a helper. The CPU state should
|
||||||
have been saved before calling it. Fetch the PC from there. */
|
have been saved before calling it. Fetch the PC from there. */
|
||||||
CPUArchState *env = cpu->env_ptr;
|
|
||||||
target_ulong pc, cs_base;
|
target_ulong pc, cs_base;
|
||||||
tb_page_addr_t addr;
|
tb_page_addr_t addr;
|
||||||
uint32_t flags;
|
uint32_t flags;
|
||||||
|
|
Loading…
Reference in a new issue