force system to check for overflows at end of procceed for clauses with body.

This commit is contained in:
Vitor Santos Costa
2010-10-11 14:45:15 +01:00
parent f40ba3e6db
commit e5232bc8fc
8 changed files with 33 additions and 4 deletions

View File

@@ -424,6 +424,7 @@ restore_opcodes(yamop *pc, yamop *max)
case _lock_lu:
case _procceed:
case _retry_profiled:
case _safe_procceed:
pc->u.p.p = PtoPredAdjust(pc->u.p.p);
pc = NEXTOP(pc,p);
break;