support missing instructions.

This commit is contained in:
Vítor Santos Costa 2010-08-04 11:36:10 +01:00
parent 28de20262f
commit 6ee0ce8e48
1 changed files with 8 additions and 0 deletions

View File

@ -963,6 +963,10 @@ has_cut(yamop *pc)
case _p_cut_by_x:
case _commit_b_y:
case _commit_b_x:
#if CUT_C
case _cut_c:
case _cut_userc:
#endif
return TRUE;
case _try_me:
case _retry_me:
@ -1011,6 +1015,10 @@ has_cut(yamop *pc)
case _native_me:
pc = NEXTOP(pc,aFlp);
break;
/* instructions type Osbpi */
case _ensure_space:
pc = NEXTOP(pc,Osbpi);
break;
/* instructions type l */
case _enter_profiling:
case _count_call: