fix longmp in trow not to recover trail. This way we do not need to do

copy_term/2 and we avoid losing the attributed variable stack.
This commit is contained in:
Vítor Santos de Costa
2008-10-18 11:03:25 +01:00
parent 87987d0b85
commit 7207c18e65
6 changed files with 9 additions and 9 deletions

View File

@@ -723,7 +723,7 @@ CopyTermToArena(Term t, Term arena, int share, UInt arity, Term *newarena, Term
CELL *oldH = H;
CELL *oldHB = HB;
CELL *oldASP = ASP;
int res;
int res = 0;
#if COROUTINING
Term old_delay_arena;
#endif