mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-08 01:59:41 +00:00
Did not mean to commit this line.
This commit is contained in:
parent
f1a698ac7a
commit
aae787168e
@ -593,7 +593,7 @@ void SymbolMap::AssignFunctionIndices() {
|
||||
}
|
||||
|
||||
void SymbolMap::UpdateActiveSymbols() {
|
||||
return;
|
||||
// return; (slow in debug mode)
|
||||
lock_guard guard(lock_);
|
||||
std::map<int, u32> activeModuleIndexes;
|
||||
for (auto it = activeModuleEnds.begin(), end = activeModuleEnds.end(); it != end; ++it) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user