This commit is contained in:
Nav
2024-10-04 23:46:08 +01:00
parent d906f2f426
commit 5cc53d7f69
3 changed files with 5 additions and 6 deletions

View File

@@ -861,7 +861,7 @@ namespace TargetController
if (cacheIt == this->programMemoryCachesByAddressSpaceKey.end()) {
cacheIt = this->programMemoryCachesByAddressSpaceKey.emplace(
addressSpaceDescriptor.key,
TargetMemoryCache(addressSpaceDescriptor)
TargetMemoryCache{addressSpaceDescriptor}
).first;
}