mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-19 11:38:00 +00:00
memory: Remove unreachable return statement
Backports commit d61524486c6e503e502241a2ea834f930f98a6a1 from qemu
This commit is contained in:
parent
d25285bc78
commit
26951bf754
|
@ -1118,8 +1118,6 @@ static inline bool memory_access_is_direct(MemoryRegion *mr, bool is_write)
|
||||||
} else {
|
} else {
|
||||||
return memory_region_is_ram(mr) || memory_region_is_romd(mr);
|
return memory_region_is_ram(mr) || memory_region_is_romd(mr);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue