Merge branch 'master' of https://github.com/mthom/rusty-wam
This commit is contained in:
@@ -2279,6 +2279,7 @@ impl MachineState {
|
|||||||
if b > b0 {
|
if b > b0 {
|
||||||
self.b = b0;
|
self.b = b0;
|
||||||
self.tidy_trail();
|
self.tidy_trail();
|
||||||
|
self.tidy_pstr_trail();
|
||||||
self.or_stack.truncate(self.b);
|
self.or_stack.truncate(self.b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user