fix atom garbage collector when found a wide atom (rep from Simon Strobl).

This commit is contained in:
Costa Vitor 2009-06-02 09:51:57 -05:00
parent 627a4f8b1f
commit 11214d6ba9

View File

@ -1471,6 +1471,10 @@ RestoreEntries(PropEntry *pp, int int_key)
pp->NextOfPE =
PropAdjust(pp->NextOfPE);
break;
case WideAtomProperty:
pp->NextOfPE =
PropAdjust(pp->NextOfPE);
break;
default:
/* OOPS */
Yap_Error(SYSTEM_ERROR, TermNil,