more fixes for low level profiler.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@830 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2003-05-21 12:15:09 +00:00
parent 0afb07931f
commit 7a6f4037bd
3 changed files with 25 additions and 6 deletions

View File

@@ -2590,7 +2590,4 @@ Yap_InitComma(void)
code_p->opc = opcode(_p_execute_tail);
GONEXT(e);
}
#ifdef LOW_PROF
Yap_inform_profiler_of_clause(COMMA_CODE, code_p, RepPredProp(Yap_GetPredPropByFunc(FunctorComma,2)));
#endif
}