clang format

This commit is contained in:
georgemoralis 2024-03-09 15:38:55 +02:00
parent eb306fccfa
commit 18a9ba1961

View file

@ -456,7 +456,7 @@ void Linker::LoadSymbols(Module* m) {
sym_r.type = Loader::SymbolType::Unknown;
break;
}
if (is_sym_export) {
m->export_sym.AddSymbol(sym_r, sym->st_value + m->base_virtual_addr);
} else {