add order preserving tidy_trail, fix random_labeling/2
This commit is contained in:
@@ -1686,7 +1686,7 @@ impl MachineState {
|
||||
return Ok(());
|
||||
}
|
||||
&SystemClauseType::ReturnFromAttributeGoals => {
|
||||
self.deallocate();
|
||||
self.deallocate();
|
||||
self.p = CodePtr::Local(LocalCodePtr::TopLevel(0, 0));
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user