mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-09 03:25:04 +00:00
Fix remove_shm_range() to actually return something
This commit is contained in:
@@ -138,7 +138,7 @@ static bool remove_shm_range(shm_range_t *r)
|
||||
|
||||
static bool remove_shm_range(void *base, unsigned int size)
|
||||
{
|
||||
remove_shm_range(find_shm_range(base, size));
|
||||
return remove_shm_range(find_shm_range(base, size));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user