mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-08 13:00:49 +00:00
memory: Silence unused variable warning
This commit is contained in:
parent
26ba2e91f6
commit
7c21d3059e
|
@ -1694,7 +1694,8 @@ void address_space_init(struct uc_struct *uc, AddressSpace *as, MemoryRegion *ro
|
||||||
|
|
||||||
static void do_address_space_destroy(AddressSpace *as)
|
static void do_address_space_destroy(AddressSpace *as)
|
||||||
{
|
{
|
||||||
MemoryListener *listener;
|
// Unicorn: commented out
|
||||||
|
//MemoryListener *listener;
|
||||||
bool do_free = as->malloced;
|
bool do_free = as->malloced;
|
||||||
|
|
||||||
address_space_destroy_dispatch(as);
|
address_space_destroy_dispatch(as);
|
||||||
|
|
Loading…
Reference in a new issue