mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Fix module logging
This commit is contained in:
@@ -287,7 +287,7 @@ namespace syscalls
|
||||
const auto* mod = c.win_emu.mod_manager.find_by_address(base_address);
|
||||
if (mod != nullptr)
|
||||
{
|
||||
if (c.win_emu.mod_manager.unmap(base_address, c.win_emu.log))
|
||||
if (c.win_emu.mod_manager.unmap(base_address))
|
||||
{
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user