|
From: Vitor S. C. <vs...@us...> - 2008-08-06 23:05:43
|
Update of /cvsroot/yap/C In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2923/C Modified Files: absmi.c Log Message: fix debugging info Index: absmi.c =================================================================== RCS file: /cvsroot/yap/C/absmi.c,v retrieving revision 1.243 retrieving revision 1.244 diff -u -r1.243 -r1.244 --- absmi.c 6 Aug 2008 17:32:18 -0000 1.243 +++ absmi.c 6 Aug 2008 23:05:49 -0000 1.244 @@ -12,6 +12,9 @@ * comments: Portable abstract machine interpreter * * Last rev: $Date$,$Author$ * * $Log$ +* Revision 1.244 2008/08/06 23:05:49 vsc +* fix debugging info +* * Revision 1.243 2008/08/06 17:32:18 vsc * more thread fixes * @@ -1567,11 +1570,6 @@ ASP = YREG+E_CB; saveregs(); - if (cl->ClSource == NULL) { - fprintf(stderr,"%d CLLLLL %p %p %s\n",worker_id,cl,cl->ClSource,RepAtom(cl->ClPred->FunctorOfPred)->StrOfAE); - exit(1); - FAIL(); - } while ((t = Yap_FetchTermFromDB(cl->ClSource)) == 0L) { if (Yap_Error_TYPE == OUT_OF_ATTVARS_ERROR) { Yap_Error_TYPE = YAP_NO_ERROR; |