issue singleton variable warnings from loader.pl (#812)

This commit is contained in:
Mark Thom
2021-02-21 19:18:06 -07:00
parent a323a4dd8e
commit 0ef5f7f9b1
12 changed files with 178 additions and 63 deletions

View File

@@ -513,6 +513,9 @@ impl Machine {
REPLCodePtr::RemoveModuleExports => {
self.remove_module_exports();
}
REPLCodePtr::AddNonCountedBacktracking => {
self.add_non_counted_backtracking();
}
}
self.machine_st.p = CodePtr::Local(p);