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);
|
||||
(
|
||||
BoundKind::Set {
|
||||
addr: *addr,
|
||||
addr: self.reindex_addr(*addr, mapping),
|
||||
value,
|
||||
},
|
||||
node.ty.clone(),
|
||||
|
||||
Reference in New Issue
Block a user