Fix: Reindex address in Set bound kind
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user