mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
fix: resolve comments, comment unused parameter in section.cpp
This commit is contained in:
@@ -8,7 +8,7 @@ namespace syscalls
|
||||
{
|
||||
NTSTATUS handle_NtQueryVirtualMemory(const syscall_context& c, const handle process_handle,
|
||||
const uint64_t base_address, const uint32_t info_class,
|
||||
const uint64_t memory_information, const uint32_t memory_information_length,
|
||||
const uint64_t memory_information, const uint64_t memory_information_length,
|
||||
const emulator_object<uint64_t> return_length)
|
||||
{
|
||||
if (process_handle != CURRENT_PROCESS)
|
||||
|
||||
Reference in New Issue
Block a user