mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 03:55:37 +00:00
clang
This commit is contained in:
parent
6b5b68b56d
commit
b51ce7c447
@ -331,7 +331,6 @@ bool Linker::Resolve(const std::string& name, Loader::SymbolType sym_type, Modul
|
|||||||
sr.module_version_minor = module->version_minor;
|
sr.module_version_minor = module->version_minor;
|
||||||
sr.type = sym_type;
|
sr.type = sym_type;
|
||||||
|
|
||||||
|
|
||||||
const auto* record = m_hle_symbols.FindSymbol(sr);
|
const auto* record = m_hle_symbols.FindSymbol(sr);
|
||||||
if (record) {
|
if (record) {
|
||||||
*return_info = *record;
|
*return_info = *record;
|
||||||
|
Loading…
Reference in New Issue
Block a user