From 1b4b4807a5ee1c56b63be8d7616a37189f1270d9 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Mon, 28 Feb 2022 18:28:13 -0700 Subject: [PATCH] refer to structures using str_loc_as_cell! (#1311) --- src/machine/system_calls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/system_calls.rs b/src/machine/system_calls.rs index a407d7fa..a8fdb872 100644 --- a/src/machine/system_calls.rs +++ b/src/machine/system_calls.rs @@ -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)); -- 2.54.0