mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 13:13:57 +00:00
fix(syscalls): fix VirtualQuery return size, ignore unimplemented APC flags and log a warning.
This commit is contained in:
@@ -577,7 +577,7 @@ namespace syscalls
|
||||
|
||||
if (apc_flags)
|
||||
{
|
||||
c.win_emu.log.error("Unsupported APC flags: %X\n", apc_flags);
|
||||
c.win_emu.log.warn("Unsupported APC flags: %X\n", apc_flags);
|
||||
// c.emu.stop();
|
||||
// return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user