mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 01:46:56 +00:00
arm: remove unused variable in arm_cpu_get_phys_page_debug()
This commit is contained in:
parent
5a117c84ff
commit
e67be36c88
|
@ -4335,7 +4335,6 @@ int arm_cpu_handle_mmu_fault(CPUState *cs, vaddr address,
|
|||
|
||||
hwaddr arm_cpu_get_phys_page_debug(CPUState *cs, vaddr addr)
|
||||
{
|
||||
CPUARMState *env = cs->env_ptr;
|
||||
ARMCPU *cpu = ARM_CPU(env->uc, cs);
|
||||
hwaddr phys_addr;
|
||||
target_ulong page_size;
|
||||
|
|
Loading…
Reference in a new issue