fix debugging-left-over

This commit is contained in:
Vitor Santos Costa
2014-09-17 16:55:19 -05:00
parent 00d87ca661
commit 6b0d99e2fe
6 changed files with 25699 additions and 4556 deletions

View File

@@ -843,7 +843,6 @@ CopyTermToArena(Term t, Term arena, bool share, bool copy_att_vars, UInt arity,
newarena = (CELL *)XREGS[arity+3];
arena = Deref(XREGS[arity+2]);
t = XREGS[arity+1];
Yap_DebugPlWrite(t);
old_size = ArenaSz(arena);
goto restart;
}