New metacall mechanism
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@169 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1159,7 +1159,7 @@ void InitCoroutPreds(void)
|
||||
#endif /* FIXED_STACKS */
|
||||
at = LookupAtom("$wake_up_goal");
|
||||
pred = RepPredProp(PredProp(at, 2));
|
||||
WakeUpCode = (CELL *) & (pred->CodeOfPred);
|
||||
WakeUpCode = (CELL *) pred;
|
||||
InitAttVarPreds();
|
||||
#endif /* COROUTINING */
|
||||
InitCPred("$read_svar_list", 2, p_read_svar_list, SafePredFlag);
|
||||
|
Reference in New Issue
Block a user