get rid of debug statement.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1956 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2007-10-16 18:57:17 +00:00
parent 3e4e75dbdf
commit 19a5f81dec

View File

@ -10,8 +10,11 @@
* File: c_interface.c * * File: c_interface.c *
* comments: c_interface primitives definition * * comments: c_interface primitives definition *
* * * *
* Last rev: $Date: 2007-10-15 23:48:46 $,$Author: vsc $ * * Last rev: $Date: 2007-10-16 18:57:17 $,$Author: vsc $ *
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.98 2007/10/15 23:48:46 vsc
* unset var
*
* Revision 1.97 2007/10/05 18:24:30 vsc * Revision 1.97 2007/10/05 18:24:30 vsc
* fix garbage collector and fix LeaveGoal * fix garbage collector and fix LeaveGoal
* *
@ -1255,7 +1258,6 @@ YAP_EnterGoal(PredEntry *pe, Term *ptr, YAP_dogoalinfo *dgi)
#endif #endif
ASP = YENV = (CELL *)B; ASP = YENV = (CELL *)B;
YENV[E_CB] = Unsigned (B); YENV[E_CB] = Unsigned (B);
fprintf(stderr,"%p--%p\n",B,myB);
out = run_emulator(dgi); out = run_emulator(dgi);
RECOVER_MACHINE_REGS(); RECOVER_MACHINE_REGS();
return out; return out;