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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user