mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 03:13:55 +00:00
Fix warning
This commit is contained in:
@@ -26,7 +26,7 @@ namespace
|
||||
|
||||
NTSTATUS io_control(windows_emulator& win_emu, const io_device_context& c) override
|
||||
{
|
||||
win_emu.log.print(color::dark_gray, "--> KSEC IOCTL: 0x%X\n", c.io_control_code);
|
||||
win_emu.log.print(color::dark_gray, "--> KSEC IOCTL: 0x%X\n", static_cast<uint32_t>(c.io_control_code));
|
||||
|
||||
if (c.io_control_code != 0x390400)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user