fix breakage in ball access

fix unnecuessary --ASP (why?)
This commit is contained in:
Vitor Santos Costa
2010-07-27 23:21:15 +01:00
parent 5b7f04b4b6
commit 07907f1839
2 changed files with 15 additions and 14 deletions

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