mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
clang format
This commit is contained in:
parent
eb306fccfa
commit
18a9ba1961
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue