We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfc947 commit 729bec5Copy full SHA for 729bec5
view/sharedcache/core/SlideInfo.cpp
@@ -223,7 +223,8 @@ std::vector<SlideMappingInfo> SlideInfoProcessor::ReadEntryInfo(const MappedFile
223
mappings.emplace_back(map);
224
m_logger->LogDebugF("File: {:?}", entry.GetFilePath().c_str());
225
m_logger->LogDebugF("Slide Info Address: {:#x}", map.address);
226
- m_logger->LogDebugF("Mapping Address: {:#x}", map.mappingInfo.address);
+ uint64_t mappingAddress = map.mappingInfo.address;
227
+ m_logger->LogDebugF("Mapping Address: {:#x}", mappingAddress);
228
m_logger->LogDebugF("Slide Info Version: {}", map.slideInfoVersion);
229
}
230
0 commit comments