fix bug with mark_non_var

This commit is contained in:
Mark Thom
2018-10-08 00:34:08 -06:00
parent fa1bb6df3a
commit 398d91576c
5 changed files with 25 additions and 26 deletions

View File

@@ -317,7 +317,7 @@ impl Machine {
continue;
}
self.indices.code_dir.insert(key.clone(), idx.clone());
}
@@ -347,9 +347,9 @@ impl Machine {
self.machine_st.copy_and_align_ball_to_heap();
let error_str = self.machine_st.print_exception(Addr::HeapCell(h),
&heap_locs,
TermFormatter {},
PrinterOutputter::new())
&heap_locs,
TermFormatter {},
PrinterOutputter::new())
.result();
EvalSession::from(SessionError::QueryFailureWithException(error_str))