fix #255 (I think?)

This commit is contained in:
Mark Thom
2020-02-21 01:02:52 -07:00
parent d48ac09e25
commit be3cdcd71a
5 changed files with 11 additions and 18 deletions

View File

@@ -191,7 +191,8 @@ impl MachineState {
self.trail(TrailRef::from(Ref::PStrTail(h, pstr_len)));
}
pub(super) fn bind(&mut self, r1: Ref, a2: Addr) {
pub(super)
fn bind(&mut self, r1: Ref, a2: Addr) {
let t1 = self.store(r1.as_addr());
let t2 = self.store(a2.clone());