fix atom garbage collector when found a wide atom (rep from Simon Strobl).
This commit is contained in:
parent
627a4f8b1f
commit
11214d6ba9
@ -1471,6 +1471,10 @@ RestoreEntries(PropEntry *pp, int int_key)
|
|||||||
pp->NextOfPE =
|
pp->NextOfPE =
|
||||||
PropAdjust(pp->NextOfPE);
|
PropAdjust(pp->NextOfPE);
|
||||||
break;
|
break;
|
||||||
|
case WideAtomProperty:
|
||||||
|
pp->NextOfPE =
|
||||||
|
PropAdjust(pp->NextOfPE);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
/* OOPS */
|
/* OOPS */
|
||||||
Yap_Error(SYSTEM_ERROR, TermNil,
|
Yap_Error(SYSTEM_ERROR, TermNil,
|
||||||
|
Reference in New Issue
Block a user