Fix failing checks

This commit is contained in:
Igor Pissolati
2025-04-23 01:24:51 -03:00
parent 134b45d1e8
commit 44fcc9970d
3 changed files with 2 additions and 5 deletions

View File

@@ -259,8 +259,7 @@ namespace syscalls
NTSTATUS handle_NtUnmapViewOfSection(const syscall_context& c, handle process_handle, uint64_t base_address);
NTSTATUS handle_NtUnmapViewOfSectionEx(const syscall_context& c, handle process_handle, uint64_t base_address,
ULONG /*flags*/);
NTSTATUS handle_NtAreMappedFilesTheSame(const syscall_context& c, emulator_pointer address1,
emulator_pointer address2);
NTSTATUS handle_NtAreMappedFilesTheSame();
// syscalls/semaphore.cpp:
NTSTATUS handle_NtOpenSemaphore(const syscall_context& c, emulator_object<handle> semaphore_handle,