checking for frozen segments in the trail stack in now done using the
macro IN_BETWEEN(Yap_TrailBase, ref, Yap_TrailTop)
This commit is contained in:
@@ -79,7 +79,7 @@ void make_root_choice_point(void) {
|
||||
|
||||
void free_root_choice_point(void) {
|
||||
B = LOCAL_top_cp->cp_b;
|
||||
LOCAL_top_cp = B_BASE;
|
||||
LOCAL_top_cp = (choiceptr) Yap_LocalBase;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user