mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Fix formatting
This commit is contained in:
@@ -96,4 +96,4 @@ namespace utils::wildcard
|
||||
|
||||
return mask_pos == mask.size();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -253,4 +253,4 @@ namespace debugger
|
||||
response.exit_status = exit_status;
|
||||
send_event(response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ namespace debugger
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ class named_pipe : public io_device_container
|
||||
void deserialize_object(utils::buffer_deserializer&) override
|
||||
{
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -6,4 +6,4 @@ class windows_emulator;
|
||||
namespace minidump_loader
|
||||
{
|
||||
void load_minidump_into_emulator(windows_emulator& win_emu, const std::filesystem::path& minidump_path);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -446,4 +446,4 @@ template mapped_module map_module_from_file<std::uint64_t>(memory_manager& memor
|
||||
template mapped_module map_module_from_memory<std::uint32_t>(memory_manager& memory, uint64_t base_address, uint64_t image_size,
|
||||
const std::string& module_name);
|
||||
template mapped_module map_module_from_memory<std::uint64_t>(memory_manager& memory, uint64_t base_address, uint64_t image_size,
|
||||
const std::string& module_name);
|
||||
const std::string& module_name);
|
||||
|
||||
@@ -366,4 +366,4 @@ namespace syscalls
|
||||
// puts("NtQuerySecurityAttributesToken not supported");
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user