Fix: Reindex address in Set bound kind

This commit is contained in:
Michael Schimmel
2026-03-06 17:02:43 +01:00
parent 7b6f6e52bd
commit 8fa2ca4cb5
@@ -170,7 +170,7 @@ impl SubstitutionMap {
let value = self.reindex_upvalues(value.clone(), mapping); let value = self.reindex_upvalues(value.clone(), mapping);
( (
BoundKind::Set { BoundKind::Set {
addr: *addr, addr: self.reindex_addr(*addr, mapping),
value, value,
}, },
node.ty.clone(), node.ty.clone(),