mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
clang format
This commit is contained in:
parent
eb306fccfa
commit
18a9ba1961
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user