detect attributed variables by properly detecting them in copy_term/2

This commit is contained in:
Mark Thom
2021-11-29 19:22:26 -07:00
parent 1a86ad5cec
commit ef3a97cedd
3 changed files with 8 additions and 51 deletions

View File

@@ -143,6 +143,8 @@ impl MachineState {
continue;
}
let value = unmark_cell_bits!(value);
seen_vars.push(value);
seen_set.insert(h);