Tweaking some thread names.

This commit is contained in:
Ben Vanik
2015-07-29 23:28:45 -07:00
parent a9b89a790b
commit e523ffcd51
3 changed files with 8 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ SourceMapEntry* DebugInfo::LookupCodeOffset(uint32_t offset) {
return entry;
}
}
return nullptr;
return source_map_count_ ? &source_map_entries_[0] : nullptr;
}
void DebugInfo::Dump() {