fixes to compilation of functor and ASP calculation for gc.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@31 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-05-08 20:39:01 +00:00
parent bac5432950
commit 3cde0b23bb
5 changed files with 13 additions and 4 deletions

View File

@@ -1099,8 +1099,6 @@ c_functor(Term Goal)
if (profiling)
emit(enter_profiling_op, (CELL)RepPredProp(p0), Zero);
c_args(Goal);
if (onlast)
emit(deallocate_op, Zero, Zero);
emit(safe_call_op, (CELL)p0 , Zero);
emit(empty_call_op, Zero, Zero);
emit(restore_tmps_and_skip_op, Zero, Zero);