bracket verify_attributes/3 interrupts with allocation and deallocation of stack frames.

This commit is contained in:
Mark Thom
2019-02-11 21:21:13 -07:00
parent c3a5f25239
commit e36485533d
7 changed files with 70 additions and 24 deletions

View File

@@ -2175,7 +2175,7 @@ impl MachineState {
self.e = self.and_stack.len() - 1;
}
fn deallocate(&mut self) {
pub(super) fn deallocate(&mut self) {
let e = self.e;
self.cp = self.and_stack[e].cp.clone();