From 6ee0ce8e48e5f89854196b307a146de44b0a0d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Wed, 4 Aug 2010 11:36:10 +0100 Subject: [PATCH] support missing instructions. --- C/index.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/C/index.c b/C/index.c index 06ac8e3e9..92e22ec60 100644 --- a/C/index.c +++ b/C/index.c @@ -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: