Add missing recursive packup call

This commit is contained in:
Andrew Morris
2022-05-16 12:12:44 +10:00
parent bfbf5f943c
commit 1f19a673bc

View File

@@ -843,6 +843,8 @@ impl TargetAccessor {
for reg in &nta.subscript.nested_registers {
ec.fnc.reg_allocator.release(reg);
}
nta.obj.packup(ec);
},
}
}