clang fix
This commit is contained in:
parent
73d60b7e8d
commit
11a3906243
|
@ -55,8 +55,7 @@ static std::string EncodeId(u64 nVal) {
|
||||||
return enc;
|
return enc;
|
||||||
}
|
}
|
||||||
|
|
||||||
Module::Module(Core::MemoryManager* memory_,
|
Module::Module(Core::MemoryManager* memory_, const std::filesystem::path& file_, u32& max_tls_index)
|
||||||
const std::filesystem::path& file_, u32& max_tls_index)
|
|
||||||
: memory{memory_}, file{file_}, name{file.stem().string()} {
|
: memory{memory_}, file{file_}, name{file.stem().string()} {
|
||||||
elf.Open(file);
|
elf.Open(file);
|
||||||
if (elf.IsElfFile()) {
|
if (elf.IsElfFile()) {
|
||||||
|
|
Loading…
Reference in New Issue