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

@@ -1396,6 +1396,7 @@ has_cut(yamop *pc)
return FALSE;
case _deallocate:
case _procceed:
case _safe_procceed:
pc = NEXTOP(pc,p);
break;
/* instructions type sc */