Did not mean to commit this line.

This commit is contained in:
Henrik Rydgard 2014-02-09 23:48:31 +01:00
parent f1a698ac7a
commit aae787168e

View File

@ -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) {