fix typo.

This commit is contained in:
Vitor Santos Costa 2010-07-27 23:12:16 +01:00
parent af056dd605
commit 5b7f04b4b6

View File

@ -968,7 +968,7 @@ exec_absmi(int top)
/* H is not so important, because we're gonna backtrack */ /* H is not so important, because we're gonna backtrack */
restore_H(); restore_H();
/* set stack */ /* set stack */
ASP = B; ASP =(CELL *) PROTECT_FROZEN_B(B);
Yap_StartSlots(); Yap_StartSlots();
LOCK(SignalLock); LOCK(SignalLock);
CreepFlag = CalculateStackGap(); CreepFlag = CalculateStackGap();