diff --git a/src/Targets/Microchip/AVR/AVR8/TargetDescription/TargetDescriptionFile.cpp b/src/Targets/Microchip/AVR/AVR8/TargetDescription/TargetDescriptionFile.cpp index f3a34107..f39128b9 100644 --- a/src/Targets/Microchip/AVR/AVR8/TargetDescription/TargetDescriptionFile.cpp +++ b/src/Targets/Microchip/AVR/AVR8/TargetDescription/TargetDescriptionFile.cpp @@ -332,7 +332,7 @@ std::optional TargetDescriptionFile::getFuseMemorySegment() const if (dataAddressSpace.memorySegmentsByTypeAndName.contains(MemorySegmentType::FUSES)) { return dataAddressSpace.memorySegmentsByTypeAndName.at( - MemorySegmentType::SIGNATURES + MemorySegmentType::FUSES ).begin()->second; } }