refer to structures using str_loc_as_cell! (#1311)

This commit is contained in:
Mark Thom
2022-02-28 18:28:13 -07:00
parent d4d135f2a9
commit 1b4b4807a5

View File

@@ -5981,7 +5981,7 @@ impl Machine {
&mut self.machine_st.atom_tbl,
);
avec.push(heap_loc_as_cell!(self.machine_st.heap.len()));
avec.push(str_loc_as_cell!(self.machine_st.heap.len()));
self.machine_st.heap.push(atom_as_cell!(atom!("="), 2));
self.machine_st.heap.push(atom_as_cell!(name));