Some fixes

This commit is contained in:
momo5502
2025-06-04 20:45:48 +02:00
parent d18a60561c
commit 956e73d839
4 changed files with 7 additions and 3 deletions

View File

@@ -425,7 +425,7 @@ namespace syscalls
if (flags != 0)
{
c.win_emu.log.error("NtGetNextThread flags %X not supported\n", flags);
c.win_emu.log.error("NtGetNextThread flags %X not supported\n", static_cast<uint32_t>(flags));
c.emu.stop();
return STATUS_NOT_SUPPORTED;
}