clang fix

This commit is contained in:
georgemoralis 2024-06-22 18:12:04 +03:00
parent 73d60b7e8d
commit 11a3906243
2 changed files with 2 additions and 3 deletions

View file

@ -55,8 +55,7 @@ static std::string EncodeId(u64 nVal) {
return enc;
}
Module::Module(Core::MemoryManager* memory_,
const std::filesystem::path& file_, u32& max_tls_index)
Module::Module(Core::MemoryManager* memory_, const std::filesystem::path& file_, u32& max_tls_index)
: memory{memory_}, file{file_}, name{file.stem().string()} {
elf.Open(file);
if (elf.IsElfFile()) {