mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 12:21:05 +00:00
exec: Remove unnecessary return in qemu_ram_remap
This commit is contained in:
parent
fa7d3e6cdb
commit
10bf76861b
|
@ -1290,7 +1290,6 @@ void qemu_ram_remap(struct uc_struct *uc, ram_addr_t addr, ram_addr_t length)
|
|||
memory_try_enable_merging(vaddr, length);
|
||||
qemu_ram_setup_dump(vaddr, length);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue