Fix temp var mapping not working for new macro segments

This commit is contained in:
WarmUpTill 2026-05-10 17:16:23 +02:00 committed by WarmUpTill
parent 8109a3ffd0
commit 250f63cccc

View File

@ -54,6 +54,7 @@ const std::vector<VarMapping> &MacroSegment::GetVarMappings() const
void MacroSegment::SetVarMappings(const std::vector<VarMapping> &mappings)
{
_varMappings = mappings;
IncrementTempVarInUseGeneration();
}
void MacroSegment::FixupVarMappingRefs(const MacroSegment *originalSegment)