fix YAPOR incremental copy.

This commit is contained in:
Joao
2011-09-15 15:40:47 +01:00
parent 169758af5e
commit 64ae3cdf52
6 changed files with 89 additions and 279 deletions

View File

@@ -961,7 +961,7 @@ exec_absmi(int top USES_REGS)
restore_H();
/* set stack */
ASP = (CELL *)PROTECT_FROZEN_B(B);
Yap_PopSlots();
Yap_PopSlots( PASS_REGS1 );
LOCK(LOCAL_SignalLock);
/* forget any signals active, we're reborne */
LOCAL_ActiveSignals = 0;