diff --git a/src/windows-emulator/syscall_utils.hpp b/src/windows-emulator/syscall_utils.hpp index ac395ba2..73ae4812 100644 --- a/src/windows-emulator/syscall_utils.hpp +++ b/src/windows-emulator/syscall_utils.hpp @@ -222,7 +222,7 @@ NTSTATUS handle_query_internal(x86_64_emulator& emu, const uint64_t buffer, cons { action(obj); } - + if (result == STATUS_SUCCESS) { emu.write_memory(buffer, obj);