fix(syscalls): fix VirtualQuery return size, ignore unimplemented APC flags and log a warning.

This commit is contained in:
RektInator
2025-04-14 12:43:11 +02:00
parent 7bf0b67167
commit 6379370a50
4 changed files with 43 additions and 26 deletions

View File

@@ -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;
}