mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 15:11:01 +00:00
Rename is_within method to contains
This commit is contained in:
@@ -99,7 +99,7 @@ class module_manager
|
||||
|
||||
std::advance(upper_bound, -1);
|
||||
|
||||
if (upper_bound->second.is_within(address))
|
||||
if (upper_bound->second.contains(address))
|
||||
{
|
||||
return upper_bound;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user