support missing instructions.
This commit is contained in:
parent
28de20262f
commit
6ee0ce8e48
@ -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:
|
||||
|
Reference in New Issue
Block a user