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

@@ -335,6 +335,7 @@
case _deallocate:
case _enter_profiling:
case _retry_profiled:
case _safe_procceed:
pc = NEXTOP(pc,p);
break;
/* instructions type plxxs */