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 */
restore_H();
/* set stack */
ASP = B;
ASP =(CELL *) PROTECT_FROZEN_B(B);
Yap_StartSlots();
LOCK(SignalLock);
CreepFlag = CalculateStackGap();