Int should be enough.

This commit is contained in:
Vítor Santos Costa 2011-03-14 20:39:01 +00:00
parent 3bfcc2e7b4
commit 926e720561

View File

@ -1334,7 +1334,7 @@ Yap_CloseSlots( USES_REGS1 ) {
Int old_slots;
old_slots = IntOfTerm(ASP[0]);
ASP += (old_slots+1);
CurSlot = IntegerOfTerm(*ASP);
CurSlot = IntOfTerm(*ASP);
ASP++;
}