Fix warnings

This commit is contained in:
momo5502
2024-08-30 18:17:15 +02:00
parent f56090898a
commit 0d9f71f913

View File

@@ -372,10 +372,10 @@ namespace
}
NTSTATUS handle_NtMapViewOfSection(const syscall_context& c, uint64_t section_handle, uint64_t process_handle,
emulator_object<uint64_t> base_address, ULONG_PTR zero_bits, SIZE_T commit_size,
const emulator_object<LARGE_INTEGER> section_offset,
const emulator_object<SIZE_T> view_size, SECTION_INHERIT inherit_disposition,
ULONG allocation_type, ULONG win32_protect)
emulator_object<uint64_t> base_address, ULONG_PTR /*zero_bits*/, SIZE_T /*commit_size*/,
const emulator_object<LARGE_INTEGER> /*section_offset*/,
const emulator_object<SIZE_T> view_size, SECTION_INHERIT /*inherit_disposition*/,
ULONG /*allocation_type*/, ULONG /*win32_protect*/)
{
if (process_handle != ~0ULL)
{